Update a specific Org Config

PATCH {{baseUrl}}/api/v2/org_configs/:org_config_name

Update the value of a specific Org Config.

Request Body

{"data"=>{"type"=>"org_configs", "attributes"=>{"value"=>{"description"=>"The value of an Org Config."}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"id":"abcd1234","type":"org_configs","attributes":{"name":"monitor_timezone","description":"Frobulate the turbo encabulator manifold","value_type":"bool","value":{"description":"The value of an Org Config."},"modified_at":"2020-09-27T03:18:05.664Z"}}}