Creates a Project Snapshot.
post
/primeapi/restapi/v16.2/action/createProjectSnapshot
Request
Supported Media Types
- application/json
Body Parameter
Project Snapshot to be created.
Root Schema : ApiEntityProjectSnapshot
Type:
object- description
-
Type:
string - id
-
Type:
integer(int64) - name
-
Type:
string - projectId
-
Type:
integer(int64) - type
-
Type:
string
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityProjectSnapshot
Type:
object- description
-
Type:
string - id
-
Type:
integer(int64) - name
-
Type:
string - projectId
-
Type:
integer(int64) - type
-
Type:
string
404 Response
The Project Snapshot does not exist or you do not have access to it.