19 lines
427 B
YAML
19 lines
427 B
YAML
tags:
|
|
- Webhooks
|
|
operationId: update-a-webhook
|
|
summary: Update a webhook object
|
|
description: Update a webhook object in the account
|
|
parameters:
|
|
- $ref: '#/parameters/account_id'
|
|
- name: data
|
|
in: body
|
|
required: true
|
|
schema:
|
|
$ref: '#/definitions/webhook_create_update_payload'
|
|
responses:
|
|
200:
|
|
description: Success
|
|
schema:
|
|
$ref: '#/definitions/webhook'
|
|
401:
|
|
description: Unauthorized
|