Update a webhook's url, events, description, or status.
PATCH /brands/me/webhooks/{id}
PATCH
/brands/me/webhooks/{id}
Partial update. When events is provided it REPLACES the full list.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Webhook UUID.
Header Parameters
Section titled “Header Parameters ” X-Polst-Idempotency-Key
required
string
Idempotency key, 8–255 URL-safe chars.
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Webhook updated.
Missing idempotency key.
Missing or invalid bearer token.
Bearer token lacks manage scope or brand context.
Webhook not found or not owned by the caller.
Request body failed validation.