Updates a billing account's branding.
Request
POST https://www.activityinfo.org/resources/billingAccounts/{accountId}/branding
Request body
application/json
object | |||
logoDataUri | string | The customer's logo image, as a data uri. Should have the format "data:image/png;base64,iVBORw0KGgoAAAANSU" |
optional |
loginHtml | string | Custom HTML to inject into the login page for the customer's domain. WARNING: this HTML is considered completely trusted as it is provided by an administrator. The HTML is not escaped or sanitized in any way. |
optional |
Response
Status Code | Error Code | Description |
---|---|---|
401 | AUTHENTICATION_ |
The request must be authenticated |