This endpoint restores an existing project, identified by its assetId, within the organization's ESM shared storage
to an ACTIVE state. Descendants of the project will have their states recomputed to their previous state. This operation
is only permitted if the requester has appropriate write-level permissions on the project.
NOTE:
Projects already in an ACTIVE state will remain ACTIVE and return 200 OK.
Descendants that were in a DELETED state prior to the deletion of this project will remain DELETED. Their respective
descendants will also remain in the DELETED_PARENT or DELETED state as before.
Hard-deleted projects will return a 404 Not Found error.
If the requester lacks the required permissions or the project does not exist, an appropriate error response
will be returned.
This endpoint restores an existing project, identified by its
assetId, within the organization's ESM shared storage to an ACTIVE state. Descendants of the project will have their states recomputed to their previous state. This operation is only permitted if the requester has appropriate write-level permissions on the project.