Skip to content

Commit

Permalink
fix: make container ID json name compatible
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Sun <[email protected]>
  • Loading branch information
allencloud committed Mar 29, 2018
1 parent 4747acd commit 06f6282
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apis/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,8 @@ definitions:
GET "/containers/json"
type: "object"
properties:
ID:
Id:
description: "Container ID"
type: "string"
Names:
type: "array"
Expand Down
6 changes: 3 additions & 3 deletions apis/types/container.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06f6282

Please sign in to comment.