---
title: "Update Workflows webhook handle"
method: PATCH
path: "/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/{handle_id}"
tags: ["Microsoft Teams Integration"]
---

# Update Workflows webhook handle

`PATCH /api/v2/integration/ms-teams/configuration/workflows-webhook-handles/{handle_id}`

Update a Workflows webhook handle from the Datadog Microsoft Teams integration.

## Path parameters

- `handle_id` string, required

## Request body

- MicrosoftTeamsUpdateWorkflowsWebhookHandleRequest — Update Workflows webhook handle request.
  - `data` MicrosoftTeamsUpdateWorkflowsWebhookHandleRequestData, required — Workflows Webhook handle data from a response.
    - `attributes` MicrosoftTeamsWorkflowsWebhookHandleAttributes, required — Workflows Webhook handle attributes.
      - `name` string — Workflows Webhook handle name.
      - `url` string — Workflows Webhook URL.
    - `type` 'workflows-webhook-handle', required — Specifies the Workflows webhook handle resource type.

## Response `200`

OK

- MicrosoftTeamsWorkflowsWebhookHandleResponse — Response of a Workflows webhook handle.
  - `data` MicrosoftTeamsWorkflowsWebhookHandleResponseData, required — Workflows Webhook handle data from a response.
    - `attributes` MicrosoftTeamsWorkflowsWebhookResponseAttributes — Workflows Webhook handle attributes.
      - `name` string — Workflows Webhook handle name.
    - `id` string — The ID of the Workflows webhook handle.
    - `type` 'workflows-webhook-handle' — Specifies the Workflows webhook handle resource type.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `412` — Failed Precondition
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v2.md) · [All operations](https://skmtc.dev/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
