CustomBrandingUpdateInput
Input for updating the custom branding configuration of the caller's account. The supplied configurations replace the stored configurations in full.
input CustomBrandingUpdateInput {
configurations: CustomBrandingConfigurationsInput!
status: CustomBrandingStatus
}
Fields
CustomBrandingUpdateInput.configurations ● CustomBrandingConfigurationsInput! non-null input catalog-service {#configurations}
The branding configuration. Required. Replaces the stored configuration in full.
CustomBrandingUpdateInput.status ● CustomBrandingStatus enum catalog-service {#status}
Lifecycle status. Optional. This is a one-way transition: once the stored status is PUBLISHED, it cannot be reverted to DRAFT — supplying DRAFT when the stored status is PUBLISHED returns INVALID_STATUS_TRANSITION. DRAFT to PUBLISHED is allowed.
Was this topic helpful?