Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/api/channels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Provide either ``prompt_text`` (routes through the LLM/bot pipeline) or ``messag
Content: application/json
Schema: TriggerBotMessageRequest
Responses:
200: No response body
200:
Content: application/json
Schema: TriggerBotMessageResponse
400:
Content: application/json
Schema: Unknown
Expand Down Expand Up @@ -88,6 +90,12 @@ TriggerBotMessageRequest:
- session_data: object
- participant_data: object

TriggerBotMessageResponse:
- session_id: string (required)
- url: string (required)
- team: Unknown (required)
- channel: string (required)

SECURITY:
- OAuth2
- Authorization Code Flow (authorization url: /o/authorize/, token url: /o/token/)
Expand Down