docs: Add documentation for integration APIs (#2300)

This commit is contained in:
Sojan Jose
2021-05-20 20:46:45 +05:30
committed by GitHub
parent c681e8a01b
commit 46356d0bf9
23 changed files with 421 additions and 22 deletions

View File

@@ -0,0 +1,6 @@
in: path
name: hook_id
schema:
type: integer
required: true
description: The numeric ID of the integration hook

View File

@@ -4,6 +4,9 @@ account_id:
team_id:
$ref: ./team_id.yml
hook_id:
$ref: ./hook_id.yml
source_id:
$ref: ./source_id.yml

View File

@@ -3,4 +3,4 @@ name: id
schema:
type: integer
required: true
description: The id of the team to be updated
description: The ID of the team to be updated