mirror of https://github.com/docker/docs.git
Merge pull request #11195 from ahmetalpbalkan/doc/remote-api-kind
doc/api: explain Kind (ChangeType)
This commit is contained in:
commit
e058b7980d
|
@ -495,6 +495,12 @@ Inspect changes on container `id`'s filesystem
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Values for `Kind`:
|
||||||
|
|
||||||
|
- `0`: Modify
|
||||||
|
- `1`: Add
|
||||||
|
- `2`: Delete
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
- **200** – no error
|
- **200** – no error
|
||||||
|
|
Loading…
Reference in New Issue