Skip to content

Commit

Permalink
Merge pull request #1002 from allencloud/fix-ID-json
Browse files Browse the repository at this point in the history
fix: make container ID json name compatible
  • Loading branch information
Letty5411 authored Mar 29, 2018
2 parents 9d41886 + 06f6282 commit 1d7d1ce
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 1d7d1ce

Please sign in to comment.