Skip to main content
PUT
Update a workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspacePublicId
string
required
Minimum string length: 12

Body

application/json
name
string
Required string length: 3 - 64
slug
string
Required string length: 3 - 64
Pattern: ^(?![-]+$)[a-zA-Z0-9-]+$
description
string
Required string length: 3 - 280
showEmailsToMembers
boolean
weekStartDay
Available options:
0

Response

Successful response

publicId
string
required
name
string
required
slug
string
required
description
string | null
required
plan
enum<string>
required
Available options:
free,
team,
pro,
enterprise
showEmailsToMembers
boolean | null
required
weekStartDay
number | null
required