chore: Add documentation for automation rule, fix conversation/inbox_members (#4852)

This commit is contained in:
Tejaswini Chile
2022-06-14 10:35:56 +05:30
committed by GitHub
parent 713fdb44ee
commit 37cb46238a
17 changed files with 695 additions and 69 deletions

View File

@@ -6,6 +6,7 @@ description: Remove a custom attribute from account
security:
- userApiKey: []
parameters:
- $ref: '#/parameters/account_id'
- in: path
name: id
type: integer

View File

@@ -3,6 +3,13 @@ tags:
operationId: get-details-of-a-single-custom-attribute
summary: Get a custom attribute details
description: Get the details of a custom attribute in the account
parameters:
- $ref: '#/parameters/account_id'
- in: path
name: id
type: integer
required: true
description: The ID of the custom attribute to be updated.
responses:
200:
description: Success