Update a branding item

PUT {{baseUrl}}/brandings/:name

This API endpoint updates information for an existing branding item. A token with API, ORG_ADMIN authority is required to call this API.

Request Body

[{"name"=>"name", "value"=>"custom-branding-item", "datatype"=>"string"}, {"name"=>"productName", "value"=>"product name", "datatype"=>"string"}, {"name"=>"actionButtonColor", "value"=>"0074D9", "datatype"=>"string"}, {"name"=>"activeLinkColor", "value"=>"ipsum fugiat occaecat", "datatype"=>"string"}, {"name"=>"navigationColor", "value"=>"proident sint Lorem", "datatype"=>"string"}, {"name"=>"emailFromAddress", "value"=>"no-reply@sailpoint.com", "datatype"=>"string"}, {"name"=>"loginInformationalMessage", "value"=>"", "datatype"=>"null"}, {"name"=>"fileStandard", "value"=>"\\x00\\x00\\x00\\x02", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"name":"default","productName":"product name","actionButtonColor":"0074D9","activeLinkColor":"amet","navigationColor":"fugiat irure consequat adipisicing nisi","emailFromAddress":"no-reply@sailpoint.com","standardLogoURL":"","loginInformationalMessage":""}