# Update

## Update Shortcut

<mark style="color:orange;">`PUT`</mark> `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}} |

{% tabs %}
{% tab title="200 " %}

```
{
  "data": {
    "id": 36,
    "shortcut_name": "New shorts Whistle",
    "type": null,
    "message": "",
    "messageJson": null,
    "messageHtml": "",
    "department": null,
    "groupName": null
  }
}
```

{% endtab %}
{% endtabs %}

```
{
    "shortcut_name":"New Whistle",
    "message":"Hello New Messages Shortcuts"
}
```
