mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-28 00:28:54 +00:00
1.5 KiB
1.5 KiB
/v2/compute/projects/{project_id}/import
POST /v2/compute/projects/{project_id}/import
Import a project from a portable archive
Parameters
- project_id: The UUID of the project
Response status codes
- 200: Project imported
- 403: You are not allowed to modify this property
Output
Name | Mandatory | Type | Description |
---|---|---|---|
name | ['string', 'null'] | Project name | |
path | ['string', 'null'] | Project directory | |
project_id | ✔ | string | Project UUID |
temporary | ✔ | boolean | If project is a temporary project |