POST v1/{subscriptionID}/projects/{projectID}/archive/restore
Restores a project from the archive.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID to be restored from the archive. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns 'true' if the restoring succeeded, and 'false' otherwise.
booleanResponse Formats
application/json, text/json
Sample:
true