Chatwoot/swagger/paths/application/webhooks/update.yml

20 lines
427 B
YAML
Raw Normal View History

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