Create Project Snapshot
POST/org/:orgId/project/:projectId/snapshots
Create Project Snapshot
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
projectId stringrequired
The Project ID for which you are querying
- application/json
Body
required
any
Responses
- 200
- 403
- 404
- 500
- 503
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"snapshot_id": "ac0adc31-4fbb-4abd-7976-280fb90e0555",
"name": "emptyCube",
"project_id": "59e54b54-7101-4380-5397-6bd771d331f8",
"create_date": "2018-03-29T23:49:04.97762Z",
"user_id": "admin1234",
"Project": {}
}
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"snapshot_id": "ac0adc31-4fbb-4abd-7976-280fb90e0555",
"name": "emptyCube",
"project_id": "59e54b54-7101-4380-5397-6bd771d331f8",
"create_date": "2018-03-29T23:49:04.97762Z",
"user_id": "admin1234",
"Project": {}
}
}
This error will occur if calling user does not have access right for the API.
This error will occur if the project does not exist.
A server error occurred. Check the logs for more details.
This error will occur if Design Center APIs are not enabled.
Loading...