v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Organizations

Update a specific Org Config

Update the value of a specific Org Config.

patch/api/v2/org_configs/{org_config_name}

Path parameters

org_config_namestring required
Example:monitor_timezone

The name of an Org Config.

Request body

Example request

{
  "data": {
    "type": "org_configs"
  }
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "description": "Frobulate the turbo encabulator manifold",
      "name": "monitor_timezone",
      "value_type": "bool"
    },
    "id": "abcd1234",
    "type": "org_configs"
  }
}