mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-30 21:03:49 +02:00
Add missing project name in curl documentation
This commit is contained in:
parent
1c4a059982
commit
db6db31b60
@ -42,7 +42,8 @@ The next step is to create a project.
|
|||||||
# curl -X POST "http://localhost:8000/v1/projects" -d "{}"
|
# curl -X POST "http://localhost:8000/v1/projects" -d "{}"
|
||||||
{
|
{
|
||||||
"project_id": "42f9feee-3217-4104-981e-85d5f0a806ec",
|
"project_id": "42f9feee-3217-4104-981e-85d5f0a806ec",
|
||||||
"temporary": false
|
"temporary": false,
|
||||||
|
"name": "Test"
|
||||||
}
|
}
|
||||||
|
|
||||||
With this project id we can now create two VPCS VM.
|
With this project id we can now create two VPCS VM.
|
||||||
|
Loading…
Reference in New Issue
Block a user