Workspaces
Update workspace
Update the details of a workspace.
PATCH
/
workspaces
/
{workspace_id}
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
workspace_id
integer
requiredID of the workspace
Body
application/json
name
string
requiredThe name of the workspace. Must be unique within the organization.
notification_emails
string[]
The list of emails that will receive alerts from the workspace.
Response
200 - application/json
status
enum<string>
requiredThe outcome of the update request
Available options:
updated
data
object
requiredWas this page helpful?