PATCH
/
v1
/
workspaces
/
{workspaceId}
curl --request PATCH \
  --url https://app.typebot.io/api/v1/workspaces/{workspaceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "icon": "<string>"
}'
{
  "workspace": {
    "name": "<string>",
    "icon": "<string>"
  }
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

workspaceId
string
required

Body

application/json
name
string
icon
string

Response

200 - application/json
workspace
object
required