chore: Add Message API, cleanup conversation_id param (#2249)

This commit is contained in:
Pranav Raj S
2021-05-11 20:20:52 +05:30
committed by GitHub
parent b5ef9f14e1
commit c1a519db43
19 changed files with 361 additions and 297 deletions

View File

@@ -3,4 +3,4 @@ name: account_id
schema:
type: integer
required: true
description: Numeric ID of the account
description: The numeric ID of the account

View File

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

View File

@@ -3,3 +3,9 @@ account_id:
team_id:
$ref: ./team_id.yml
conversation_id:
$ref: ./conversation_id.yml
message_id:
$ref: ./message_id.yml

View File

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