Update Branding Settings
PUT {{apiPath}}/environments/{{envID}}/brandingSettings
The PUT /environments/{{envID}}/brandingSettings
endpoint returns the branding configuration settings for the specified environment resource.
Prerequisites
- See Branding and Branding Settings for important overview information.
For property descriptions, see Branding settings data model.
Property | Type | Required? |
---|---|---|
companyName | String | Optional |
logo.href | String | Optional |
logo.id | String | Optional |
Request Body
{"companyName"=>"Ping", "logo"=>{"href"=>"{{imageUrl}}", "id"=>"{{imageID}}"}}
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/brandingSettings"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6","logo":{"href":"https://i.special.io/images/orgLogo/orgLogoSmall-Jfdwu930d.png","id":"e8ad78dd-d45c-49b4-974d-8d5e443d4531"},"companyName":"Ping"}