Update organization

POST {{baseUrl}}/api/organizations/:organizationId

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>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}