Update theme logos
POST {{baseUrl}}/api/themes/:themeId/logos
Update some or all theme logos.
Request Body
{"primary"=>"<string>", "primaryWhite"=>"<string>", "login"=>"<string>", "loginWhite"=>"<string>", "mark"=>"<string>", "markWhite"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}