e94fd3aba537 → 5e782bc216ed · 16 changes across 8 operations
- GET/api/conversation/{conversationId}
- ●
removed the optional property
//from the response with the status - ○
added the optional property
//to the response with the status
- ●
- GET/api/conversation/note/{note}
- ●
removed the optional property
///from the response with the status - ○
added the optional property
///to the response with the status
- ●
- POST/api/conversation/note/{note}
- ●
removed the optional property
//from the response with the status - ○
added the optional property
//to the response with the status
- ●
- POST/api/conversation/recall-prompt/{recallPrompt}
- ●
removed the optional property
//from the response with the status - ○
added the optional property
//to the response with the status
- ●
- GET/api/memory-trackers/{memoryTracker}/recall-prompts
- ●
removed the optional property
/from the response with the status - ○
added the optional property
/to the response with the status
- ●
- POST/api/recall-prompts/{recallPrompt}/answer-spelling
- ●
removed the optional property
from the response with the status - ○
added the optional property
to the response with the status
- ●
- POST/api/recall-prompts/{recallPrompt}/answer
- ●
removed the optional property
from the response with the status - ○
added the optional property
to the response with the status
- ●
- GET/api/recalls/previously-answered
- ●
removed the optional property
/from the response with the status - ○
added the optional property
/to the response with the status
- ●