CommentInput

Input for creating a comment

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
body object
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-commentinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommentInput",
  "title": "CommentInput",
  "type": "object",
  "description": "Input for creating a comment",
  "required": [
    "body"
  ],
  "properties": {
    "body": {
      "$ref": "#/components/schemas/MessageBodyInput"
    }
  }
}