Skip to main content
PUT
Update a session label

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
name
string
Required string length: 2 - 50
color
string
Example:

"#4CAF50"

user_email
string<email> | null

Workspace token only: new owner's email, or null for a default label

Response

Label updated

success
boolean
Example:

true

message
string
Example:

"Label updated"

data
object