Update Branding Theme Default
PUT {{apiPath}}/environments/{{envID}}/themes/{{themeID}}/default
The PUT /environments/{{envID}}/themes/{{themeID}}/default
endpoint updates the default branding configuration theme associated with the specified environment.
Prerequisites
- See Branding and Branding Themes for important overview information.
For property descriptions, see Branding theme data model.
Property | Type | Required? |
---|---|---|
default | Boolean | Required |
Request Body
{"default"=>true}
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/themes/49ca2841-2f60-48ba-90df-373fedb8f935/default"},"theme":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/themes/49ca2841-2f60-48ba-90df-373fedb8f935"}},"default":true}