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

@@ -7,7 +7,7 @@ get:
- name: id
in: path
type: number
description: id of the contact
description: ID of the contact
required: true
responses:
200:

View File

@@ -7,7 +7,7 @@ get:
- name: id
in: path
type: number
description: id of the contact
description: ID of the contact
required: true
responses:
200:
@@ -28,7 +28,7 @@ put:
- name: id
in: path
type: number
description: id of the contact
description: ID of the contact
required: true
- name: data
in: body