mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
remote api: explain Kind (ChangeType)
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
parent
92e632c84e
commit
957bc8ac50
1 changed files with 6 additions and 0 deletions
|
@ -495,6 +495,12 @@ Inspect changes on container `id`'s filesystem
|
|||
}
|
||||
]
|
||||
|
||||
Values for `Kind`:
|
||||
|
||||
- `0`: Modify
|
||||
- `1`: Add
|
||||
- `2`: Delete
|
||||
|
||||
Status Codes:
|
||||
|
||||
- **200** – no error
|
||||
|
|
Loading…
Reference in a new issue