Basecamp · JSON Structure

Messageupdaterequest Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Messageupdaterequest Structure is a JSON Structure definition published by Basecamp. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/basecamp/json-structure/messageupdaterequest-structure.json",
  "title": "MessageUpdateRequest",
  "type": "record",
  "members": [
    {
      "name": "subject",
      "type": "string",
      "description": "Updated message subject"
    },
    {
      "name": "content",
      "type": "string",
      "description": "Updated message body in HTML format"
    },
    {
      "name": "category_id",
      "type": "integer",
      "description": "Updated message category ID"
    }
  ]
}