v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Preset messages

Create preset message

post/api/1/account/canned-messages

Request body

titlestring required
bodystring required
sharedboolean
category_idinteger nullable
category_namestring nullable

Example request

{
  "title": "architecto",
  "body": "architecto",
  "category_id": 16,
  "category_name": "architecto"
}