Replace a Brand
PUT {{baseUrl}}/api/v1/brands/:brandId
Replaces a brand by brandId
Request Body
{"customPrivacyPolicyUrl"=>"https://www.someHost.com/privacy-policy", "agreeToCustomPrivacyPolicy"=>true, "removePoweredByOkta"=>true, "name"=>"New Name For Brand"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"bnd114iNkrcN6aR680g4","removePoweredByOkta":true,"agreeToCustomPrivacyPolicy":true,"name":"New Name For Brand","isDefault":true,"customPrivacyPolicyUrl":"https://www.someHost.com/privacy-policy","_links":{"self":{"href":"https://{yourOktaDomain}/api/v1/brands/bnd114iNkrcN6aR680g4","hints":{"allow":["GET","PUT","DELETE"]}},"themes":{"href":"https://{yourOktaDomain}/api/v1/brands/bnd114iNkrcN6aR680g4/themes","hints":{"allow":["GET"]}}}}