Skip to main content
PUT
Update the workspace language or timezone

Authorizations

Authorization
string
header
required

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

Body

application/json
language_code
string

ISO 639-1. Must be one of the codes GET /api/v1/languages returns.

Example:

"tr"

timezone
string

IANA zone. Must be one of the values GET /api/v1/timezones returns.

Example:

"Europe/Istanbul"

Response

Updated workspace informations