chore: Add Message API, cleanup conversation_id param (#2249)
This commit is contained in:
@@ -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
|
||||
|
||||
6
swagger/parameters/conversation_id.yml
Normal file
6
swagger/parameters/conversation_id.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
in: path
|
||||
name: conversation_id
|
||||
schema:
|
||||
type: integer
|
||||
required: true
|
||||
description: The numeric ID of the conversation
|
||||
@@ -3,3 +3,9 @@ account_id:
|
||||
|
||||
team_id:
|
||||
$ref: ./team_id.yml
|
||||
|
||||
conversation_id:
|
||||
$ref: ./conversation_id.yml
|
||||
|
||||
message_id:
|
||||
$ref: ./message_id.yml
|
||||
|
||||
6
swagger/parameters/message_id.yml
Normal file
6
swagger/parameters/message_id.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
in: path
|
||||
name: message_id
|
||||
schema:
|
||||
type: integer
|
||||
required: true
|
||||
description: The numeric ID of the message
|
||||
Reference in New Issue
Block a user