Skip to content

Commit

Permalink
docs: Add missing field in API Example
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Machu committed Jan 21, 2016
1 parent e650eab commit 7b608ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ curl -s -H "Content-Type: application/json" -X POST -d \
'{
"ID": "39bb80489af75406073b5364c9c326134015140e1f7976a370a8bd446889e6f8",
"Path": "https://layers_storage/39bb80489af75406073b5364c9c326134015140e1f7976a370a8bd446889e6f8.tar",
"ParentID": "df2a0347c9d081fa05ecb83669dcae5830c67b0676a6d6358218e55d8a45969c"
"ParentID": "df2a0347c9d081fa05ecb83669dcae5830c67b0676a6d6358218e55d8a45969c",
"ImageFormat": "Docker"
}' \
127.0.0.1:6060/v1/layers
```
Expand Down

0 comments on commit 7b608ce

Please sign in to comment.