Workspaces API
Version: 1.0
Restore a deleted workspace
POST
/workspace/orgs/{org_id}/workspaces/{workspace_id}If a workspace has been soft deleted, this API allows you to restore it again. After restoring, the workspace will no longer be included in "get workspace" and "list workspace" when the deleted=true
parameter is appended to your request parameters.
Request
Responses
204
Successful Response
303
Object moved -- see Method and URL list
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
400
Bad request syntax or unsupported method
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
401
No permission -- see authorization schemes
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
403
Request forbidden -- authorization will not help
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
404
Resource not found or user lacks access
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
405
Specified method is invalid for this resource
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring
422
Unprocessable Entity
Response schema
detailstring | null
invalid-paramsarray | null
statusinteger
titlestring
typestring