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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.