---
title: "Activates a web hook"
method: PUT
path: "/dashboards/{dashboard_id}/hooks/{webhook_id}"
tags: ["Webhooks"]
---

# Activates a web hook

`PUT /dashboards/{dashboard_id}/hooks/{webhook_id}`

Reactivates a disconnected or inactive web hook

## Path parameters

- `dashboard_id` integer, required
- `webhook_id` integer, required

## Response `204`

The web hook was updated.

## Other responses

- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
