mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-23 17:17:37 +00:00
Update documentation
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
curl -i -X POST 'http://localhost:3080/v2/projects/3a076eb5-9b0c-46f4-a318-5cfbe35d0e1e/open' -d '{}'
|
||||
curl -i -X POST 'http://localhost:3080/v2/projects/e20aa66a-4d7f-4407-9763-3701f716ae0a/open' -d '{}'
|
||||
|
||||
POST /v2/projects/3a076eb5-9b0c-46f4-a318-5cfbe35d0e1e/open HTTP/1.1
|
||||
POST /v2/projects/e20aa66a-4d7f-4407-9763-3701f716ae0a/open HTTP/1.1
|
||||
{}
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ X-ROUTE: /v2/projects/{project_id}/open
|
||||
{
|
||||
"filename": "test.gns3",
|
||||
"name": "test",
|
||||
"path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmpby9j9ch1/projects/3a076eb5-9b0c-46f4-a318-5cfbe35d0e1e",
|
||||
"project_id": "3a076eb5-9b0c-46f4-a318-5cfbe35d0e1e",
|
||||
"path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmpkpm1kyek/projects/e20aa66a-4d7f-4407-9763-3701f716ae0a",
|
||||
"project_id": "e20aa66a-4d7f-4407-9763-3701f716ae0a",
|
||||
"status": "opened"
|
||||
}
|
||||
|
Reference in New Issue
Block a user