BrandingSetInput

Input for updating a branding set

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
name string Updated name
description string Updated description
properties array Updated properties
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-brandingsetinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrandingSetInput",
  "title": "BrandingSetInput",
  "type": "object",
  "description": "Input for updating a branding set",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated name"
    },
    "description": {
      "type": "string",
      "description": "Updated description"
    },
    "properties": {
      "type": "array",
      "description": "Updated properties",
      "items": {
        "$ref": "#/components/schemas/BrandingProperty"
      }
    }
  }
}