docs: Add documentation for integration APIs (#2300)
This commit is contained in:
14
swagger/paths/integrations/apps/show.yml
Normal file
14
swagger/paths/integrations/apps/show.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
tags:
|
||||
- Integrations
|
||||
operationId: get-details-of-all-integrations
|
||||
summary: List all the Integrations
|
||||
description: Get the details of all Integrations available for the account
|
||||
responses:
|
||||
200:
|
||||
description: Success
|
||||
schema:
|
||||
$ref: '#/definitions/integrations_app'
|
||||
401:
|
||||
description: Unauthorized
|
||||
404:
|
||||
description: Url not found
|
||||
Reference in New Issue
Block a user