v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Preset messages

Update preset message

put/api/1/account/canned-messages/{cannedMessage}

Request body

titlestring nullable
bodystring nullable
orderinteger nullable
sharedboolean nullable
category_idinteger nullable
category_namestring nullable

Example request

{
  "title": "architecto",
  "body": "architecto",
  "order": 16,
  "shared": true,
  "category_id": 16,
  "category_name": "architecto"
}