application/json

Body Required

Responses

POST /company-settings.json
curl \
 --request POST 'http://api.example.com/v1/company-settings.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"key":"string","scope":"ui","value":{}}'
Request examples
{
  "key": "string",
  "scope": "ui",
  "value": {}
}
Response examples (200)
{
  "createdAt": "2025-05-04T09:42:00Z",
  "id": 42,
  "key": "string",
  "scope": "ui",
  "updatedAt": "2025-05-04T09:42:00Z",
  "value": {}
}