Merge pull request #16604 from mountkin/add-missing-commit-parameters
add missing parameters of the commit API to the docs
This commit is contained in:
commit
dbc20693f7
2 changed files with 4 additions and 0 deletions
|
@ -1897,6 +1897,8 @@ Query Parameters:
|
|||
- **comment** – commit message
|
||||
- **author** – author (e.g., "John Hannibal Smith
|
||||
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
|
||||
- **pause** – 1/True/true or 0/False/false, whether to pause the container before committing
|
||||
- **changes** – Dockerfile instructions to apply while committing
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
|
|
@ -1997,6 +1997,8 @@ Query Parameters:
|
|||
- **comment** – commit message
|
||||
- **author** – author (e.g., "John Hannibal Smith
|
||||
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
|
||||
- **pause** – 1/True/true or 0/False/false, whether to pause the container before committing
|
||||
- **changes** – Dockerfile instructions to apply while committing
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue