Openapi
Update workspace settings
Modifies workspace-level settings such as the workspace display name. Only workspace owners and admins may call this endpoint.
Authorization<token>
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/settings"Empty
Get workspace settings GET
Returns the workspace name and id. Requires operator-session or management-key authentication scoped to the target workspace.
Delete workspace DELETE
Permanently deletes the workspace and all its environments, recipients, notifications, integrations, and other associated data. Requires a `confirmName` field in the body that must exactly match the workspace name. This action is irreversible.