Update organization
POST {{baseUrl}}/api/organizations/:organizationId/whitelabel/organizations/:innerOrganizationId
White label admin only API to update organization properties such as name and logo.
Request Body
{"logo"=>"<string>", "headerImg"=>"<string>", "name"=>"<string>", "experiments"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "readme"=>"<string>", "billable"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}