Basecamp · Schema

CommentCreateRequest

CollaborationProject ManagementRESTSaaSTeam Communication

Properties

Name Type Description
content string Comment body in HTML format
View JSON Schema on GitHub

JSON Schema

commentcreaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/basecamp/json-schema/commentcreaterequest-schema.json",
  "title": "CommentCreateRequest",
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "content": {
      "type": "string",
      "description": "Comment body in HTML format"
    }
  }
}