1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-10 23:13:10 +00:00
2025-12-07 12:26:48 +08:00

26 lines
597 B
YAML

tags:
- Conversations API
operationId: create-a-conversation
summary: Create a conversation
description: Create a conversation
security: []
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/public_conversation_create_payload'
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/public_conversation'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/bad_request_error'