Update
Update a specific message shortcut.
Update Shortcut
PUT
https://{{account_id}}.acquire.io/api/v1/crm/message-shortcut/{{shortcutId}}
Update a specific shortcut. The shortcutId must passed in to the endpoint as a path parameter.
Path Parameters
Name | Type | Description |
---|---|---|
shortcutId | integer | Shortcut's ID |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Last updated