Workspaces
Update workspace
Update the details of a workspace.
PATCH
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
ID of the workspace
Body
application/json
The name of the workspace. Must be unique within the organization.
Example:
"My Workspace"
The list of emails that will receive alerts from the workspace.
Example:
["notifications@mycompany.slack.com"]
Was this page helpful?