---
title: "PUT /papersign/webhooks/{id}"
method: PUT
path: "/papersign/webhooks/{id}"
tags: ["Papersign Webhooks"]
---

# PUT /papersign/webhooks/{id}

`PUT /papersign/webhooks/{id}`

This endpoint updates a Papersign folder webhook.
Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing).

## Path parameters

- `id` number, required

## Request body

- PapersignWebhookUpdate
  - `name` string — The name of the webhook.
  - `target_url` string, uri — The target URL for the webhook.
  - `scope` 'folder.direct_children' | 'folder.all_descendants' — The scope of the webhook.
  - `triggers` string[] — The triggers for the webhook.

## Response `200`

Successfully updated a webhook for a Papersign folder.

- object
  - `status` 'ok'
  - `results` object
    - `webhook` PapersignWebhook
      - `id` number — The ID of the webhook.
      - `target_url` string — The target URL for the webhook.
      - `scope` 'folder.direct_children' | 'folder.all_descendants' — The scope of the webhook.
      - `folder` PapersignFolder
        - `id` number — The unique identifier of the folder.
        - `name` string, required — The name of the document.
        - `parent_id` number, nullable — The unique identifier of the parent folder.
        - `space_id` number — The unique identifier of the space.
      - `triggers` string[] — The triggers for the webhook.

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests
- `5XX` — Unexpected Error

---

[API](https://skmtc.net/paperform/apis/paperform-api.md) · [All operations](https://skmtc.net/paperform/apis/paperform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paperform/paperform-api/versions/dc1e62b7063d/schema)
