PublishStatus

Status of a publish operation

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
id string The ID of the publish operation
status string Status of the publish operation
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-publishstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PublishStatus",
  "title": "PublishStatus",
  "type": "object",
  "description": "Status of a publish operation",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the publish operation"
    },
    "status": {
      "type": "string",
      "description": "Status of the publish operation"
    }
  }
}