docs: Add documentation for integration APIs (#2300)
This commit is contained in:
20
swagger/paths/integrations/hooks/update.yml
Normal file
20
swagger/paths/integrations/hooks/update.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
tags:
|
||||
- Integrations
|
||||
operationId: update-an-integrations-hook
|
||||
summary: Update an Integration Hook
|
||||
description: Update an Integration Hook
|
||||
parameters:
|
||||
- $ref: '#/parameters/account_id'
|
||||
- $ref: '#/parameters/hook_id'
|
||||
- name: data
|
||||
in: body
|
||||
required: true
|
||||
schema:
|
||||
$ref: '#/definitions/integrations_hook_update_payload'
|
||||
responses:
|
||||
200:
|
||||
description: Success
|
||||
schema:
|
||||
$ref: '#/definitions/integrations_hook'
|
||||
401:
|
||||
description: Unauthorized
|
||||
Reference in New Issue
Block a user