2016-03-11 18:16:09 +02:00
|
|
|
/v2/projects/{project_id}/commit
|
2016-03-11 16:21:21 +02:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-03-11 18:16:09 +02:00
|
|
|
POST /v2/projects/**{project_id}**/commit
|
2016-03-11 16:21:21 +02:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Write changes on disk
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-04 11:40:39 +03:00
|
|
|
- **project_id**: Project UUID
|
2016-03-11 16:21:21 +02:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **404**: The project doesn't exist
|
|
|
|
- **204**: Changes have been written on disk
|
|
|
|
|
2016-03-11 18:20:09 +02:00
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../../../examples/controller_post_projectsprojectidcommit.txt
|
|
|
|
|