v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
client

[BETA] update quick reply

Update an existing quick reply by id. Only provided fields are changed. Note: This endpoint is currently in beta and may change without notice.

post/instances/{id}/client/action/update-quick-reply

Path parameters

idinteger required

Instance ID

Request body

idstring required
shortcutstring
messagestring
keywordsstring[]

Response

Quick reply updated successfully

instanceIdstring

ID of the instance

status'success' | 'error'

Example response

{
  "instanceId": "1",
  "status": "success"
}