Skip to main content

Update a workspace

Updates a workspace. Only the name is required.

Note

You need to authenticate with your company admin key for this API call.

POST https://api-{region}.seatsio.net/workspaces/{key}
{
"name": "a workspace",
}
  • name: the name of the workspace. Can be any string (including spaces or special characters)
curl -X POST https://api-{region}.seatsio.net/workspaces/18725661-36d6-4755-905a-28ce82d0c2d5 \
-u anAdminKey: -X POST -H 'Content-Type: application/json' -d '{"name": "a workspace"}'

Response

204 - No Content