Choose Language
PATCH
/api/org/language
Gold plan users choose their one extra language.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Request Body
application/json
JSON
{
"data": {
"type": "organizations",
"attributes": {
"language": "string"
}
}
}
Responses
Language updated
application/vnd.api+json
JSON
{
"data": {
"type": "organizations",
"id": "string",
"attributes": {
"languages": [
"string"
]
}
}
}