PATCH https://api.sorryapp.com/v1/pages/:page_id/brand
Using this endpoint allows you to update the brand configuration of a status page. For example, changing the colors of the status or changing link color.
Example Request
curl -X PATCH https://api.sorryapp.com/v1/pages/:page_id/brand \
-d color_state_warning="#b91c1c" \
-H "Authorization: Bearer 129spul0wcxabrfsnscn6lwrledmp2afbuaxgt1w42s74xds70fgln85e4s3"
Example Response
{
"response": {
"color_state_ok": "#27ae60",
"color_state_warning": "#b91c1c",
"color_state_info": "#2980b9",
"color_state_alert": "#b91c1c",
"color_navbar_background": "rgba(0,0,0,0.01)",
"color_navbar_links": "#2c3e50",
"color_header_background": "#F7F8F9",
"color_header_links": "#2980b9",
"color_header_text": "#2c3e50",
"color_body_background": "#FFFFFF",
"color_body_links": "#2980b9",
"color_body_text": "#2c3e50",
"created_at": "2022-10-18T08:45:33.775Z",
"updated_at": "2022-12-02T11:32:49.185Z"
}
}