Create Page Branding Override Toggle

Creates the given page branding override toggle. If the upsert query param is set to true then instead of performing a create the API will switch to performing an upsert. For an upsert request the following fields are required:

Required Upsert Fields:

  • ownerType
  • ownerId

When performing an upsert, the above 2 fields will be used to determine if the page branding override toggle resource already exists or not. If the page branding override toggle already exists, then a partial update will be performed on the existing page branding override toggle; otherwise a new page branding override toggle entity will be created.

In the response of an upsert request, if a create was performed then a 201 response code will be returned; otherwise, if an update was performed then a 200 will be returned.

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!