dabff0d3c9ff → 59d90f796108 · 6 changes across 6 operations
- GET/api/v1/chat-ai/conversations/{conversation_id}
- ○
added the optional property
//to the response with the status
- ○
- POST/api/v1/chat-ai/conversations/{conversation_id}/message
- ○
added the new optional request property
- ○
- GET/api/v1/chat-ai/conversations/{conversation_id}/tasks/{task_id}
- ○
endpoint added
- ○
- GET/api/v1/chat-ai/conversations/{conversation_id}/tasks
- ○
endpoint added
- ○
- GET/feature_flags/feature-flags
- ●
added the new
CHAT_SELECTIONS_V1enum value to theresponse property for the response status
- ●
- GET/feature_flags_admin/feature-flags
- ●
added the new
CHAT_SELECTIONS_V1enum value to the/response property for the response status
- ●