v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Messages

Edit a message

put/api/1/comments/{comment_ID}

Request body

commentstring

This field is required when <code>status</code> is not present.

titlestring nullable

Must not be greater than 255 characters.

priorityinteger nullable
status'draft' | 'sent' nullable
filesinteger[] required
usersinteger[] required

Example request

{
  "title": "b",
  "priority": 16,
  "status": "sent",
  "files": [
    16
  ],
  "users": [
    16
  ]
}

Response

IDstring
@typestring
@idstring
Titlestring
Priorityinteger
pinned_atstring nullable
created_atstring
updated_atstring
posted_atstring nullable
archived_atstring nullable
Commentstring
previewstring
Formatstring
audiencestring

Example response

{
  "ID": "594601669296263168",
  "@type": "Comment",
  "@id": "msg_594601669296263168",
  "Title": "Et animi quos velit.",
  "Priority": 0,
  "pinned_at": null,
  "created_at": "2026-06-29T18:54:45.000000Z",
  "updated_at": "2026-06-29T18:54:45.000000Z",
  "posted_at": null,
  "archived_at": null,
  "Comment": "I give it up,' Alice replied: 'what's the answer?' 'I haven't the slightest idea,' said the Hatter. 'I told you butter wouldn't suit the works!' he added looking angrily at the Cat's head began fading away the time. Alice had begun to think to herself, 'I don't see,' said the Queen, and in despair she put her hand on the other side of the trees behind him. '--or next day, maybe,' the Footman went on in a natural way. 'I thought it over afterwards, it occurred to her very much pleased at having.",
  "preview": "I give it up,' Alice replied: 'what's the answer?' 'I haven't the slightest idea,' said the Hatter. 'I told you butter wouldn't suit the works!' he added looking angrily at the Cat's head began fading away the time. Alice had begun to think to herself, 'I don't see,' said the Queen, and in despair she put her hand on the other side of the trees behind him. '--or next day, maybe,' the Footman went on in a natural way. 'I thought it over afterwards, it occurred to her very much pleased at having.",
  "Format": "markdown",
  "audience": "all"
}