fix: fix lack of copyUIDGID in swagger.yaml
Signed-off-by: Zhang Yue <zy675793960@yeah.net> Signed-off-by: zhangyue <zy675793960@yeah.net>
This commit is contained in:
parent
b1239f0a9f
commit
a4f828cb89
2 changed files with 5 additions and 0 deletions
|
@ -6229,6 +6229,10 @@ paths:
|
|||
in: "query"
|
||||
description: "If “1”, “true”, or “True” then it will be an error if unpacking the given content would cause an existing directory to be replaced with a non-directory and vice versa."
|
||||
type: "string"
|
||||
- name: "copyUIDGID"
|
||||
in: "query"
|
||||
description: "If “1”, “true”, then it will copy UID/GID maps to the dest file or dir"
|
||||
type: "string"
|
||||
- name: "inputStream"
|
||||
in: "body"
|
||||
required: true
|
||||
|
|
|
@ -226,6 +226,7 @@ keywords: "API, Docker, rcli, REST, documentation"
|
|||
* `GET /events` now supports service, node and secret events which are emitted when users create, update and remove service, node and secret
|
||||
* `GET /events` now supports network remove event which is emitted when users remove a swarm scoped network
|
||||
* `GET /events` now supports a filter type `scope` in which supported value could be swarm and local
|
||||
* `PUT /containers/(name)/archive` now accepts a `copyUIDGID` parameter to allow copy UID/GID maps to dest file or dir.
|
||||
|
||||
## v1.29 API changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue