internal
workspaces

Unsuspend Workspace

Restore login access for a suspended workspace.

post/api/v1/internal/workspaces/{workspace_id}/unsuspend

Path parameters

workspace_idstring uuid required

Response

Successful Response

idstring uuid required
namestring required
budget_authority'credits' | 'discovery_allowance' required
avatar_colorstring nullable required
available_enrichment_creditsinteger required
used_enrichment_creditsinteger required
remaining_creditsinteger required
is_suspendedboolean required
is_internalboolean required
icp_category_idstring uuid nullable required
member_countinteger required
project_countinteger required
created_atstring date-time nullable required
updated_atstring date-time nullable required

Changes

Changed in 2 of the 15 revisions of this API.2

    • added the required property budget_authority to the response with the 200 status

      response-required-property-added

    • added the required property icp_category_id to the response with the 200 status

      response-required-property-added