mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
fix(api): define correct inbound api payloads for external requests. Fixes #3966
This commit is contained in:
parent
621aebdd3c
commit
a566b9c9f1
1 changed files with 3 additions and 3 deletions
|
@ -2948,7 +2948,7 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/SystemMessage'
|
||||
$ref: '#/components/schemas/MessageEvent'
|
||||
responses:
|
||||
'200':
|
||||
description: Message sent successfully
|
||||
|
@ -3045,7 +3045,7 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/UserMessage'
|
||||
$ref: '#/components/schemas/MessageEvent'
|
||||
responses:
|
||||
'200':
|
||||
description: Message sent successfully
|
||||
|
@ -3079,7 +3079,7 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/SystemActionEvent'
|
||||
$ref: '#/components/schemas/MessageEvent'
|
||||
responses:
|
||||
'200':
|
||||
description: Action sent successfully
|
||||
|
|
Loading…
Reference in a new issue