mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
25 lines
469 B
ReStructuredText
25 lines
469 B
ReStructuredText
/project/{uuid}/commit
|
|
---------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
POST /project/**{uuid}**/commit
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Write changes on disk
|
|
|
|
Parameters
|
|
**********
|
|
- **uuid**: Project instance UUID
|
|
|
|
Response status codes
|
|
**********************
|
|
- **404**: Project instance doesn't exist
|
|
- **204**: Changes write on disk
|
|
|
|
Sample session
|
|
***************
|
|
|
|
|
|
.. literalinclude:: examples/post_projectuuidcommit.txt
|
|
|