docs: Add documentation for integration APIs (#2300)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user