> ## Documentation Index
> Fetch the complete documentation index at: https://moneykit.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Link

> Updates the link configuration.

<div className="tailwind hidden">
  ```
  curl -i -X PATCH \
    'http://localhost:8080/links/{id}' \
    -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
    -H 'Content-Type: application/json' \
    -H 'moneykit-version: 2023-02-18' \
    -d '{
      "webhook": "https://example.com/updated/hook",
      "tags": [
        "smoke_test",
        "user_type:admin"
      ]
    }'
  ```

  ```
  {
    "link_id": "mk_eqkWN34UEoa2NxyALG8pcV",
    "institution_id": "chase",
    "provider": "mx",
    "state": "connected"
  }
  ```
</div>
