mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Capital D in "ID" returned when creating service
Signed-off-by: Eivin Giske Skaaren <eivin@sysmystic.com>
This commit is contained in:
parent
0309eeb5dd
commit
9eb2ec799e
2 changed files with 2 additions and 2 deletions
|
@ -4535,7 +4535,7 @@ image](#create-an-image) section for more details.
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id":"ak7w3gjqoa3kuz8xcpnyy0pvl"
|
||||
"ID":"ak7w3gjqoa3kuz8xcpnyy0pvl"
|
||||
}
|
||||
|
||||
**Status codes**:
|
||||
|
|
|
@ -4559,7 +4559,7 @@ image](#create-an-image) section for more details.
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id":"ak7w3gjqoa3kuz8xcpnyy0pvl"
|
||||
"ID":"ak7w3gjqoa3kuz8xcpnyy0pvl"
|
||||
}
|
||||
|
||||
**Status codes**:
|
||||
|
|
Loading…
Reference in a new issue