API structure has changed
13 structure changes including:
13 Breaking changes
13 Modifications
Modified
13
Breaking
DELETE /api/v4/deleteChat
- Path went from
/api/v3/deleteChatto/api/v4/deleteChat(same operationId)Breaking
DELETE /api/v4/deleteMessage
- Path went from
/api/v3/deleteMessageto/api/v4/deleteMessage(same operationId)Breaking
GET /api/v4/allChatsForUser
- Path went from
/api/v3/allChatsForUserto/api/v4/allChatsForUser(same operationId)Breaking
GET /api/v4/characterAiInitializationData
- Path went from
/api/v3/characterAiInitializationDatato/api/v4/characterAiInitializationData(same operationId)Breaking
GET /api/v4/characterImageData
- Path went from
/api/v3/characterImageDatato/api/v4/characterImageData(same operationId)Breaking
GET /api/v4/characters
- Path went from
/api/v3/charactersto/api/v4/characters(same operationId)Breaking
GET /api/v4/getMessageContext
- Path went from
/api/v3/getMessageContextto/api/v4/getMessageContext(same operationId)Breaking
GET /api/v4/getMessageHistory
- Path went from
/api/v3/getMessageHistoryto/api/v4/getMessageHistory(same operationId)Breaking
POST /api/v4/createCharacter
- Path went from
/api/v3/createCharacterto/api/v4/createCharacter(same operationId)Breaking
POST /api/v4/initializeChat
- Path went from
/api/v3/initializeChatto/api/v4/initializeChat(same operationId)Breaking
POST /api/v4/login
- Path went from
/api/v3/loginto/api/v4/login(same operationId)Breaking
POST /api/v4/saveMessage
- Path went from
/api/v3/saveMessageto/api/v4/saveMessage(same operationId)Breaking
POST /api/v4/sendMessage
- Path went from
/api/v3/sendMessageto/api/v4/sendMessage(same operationId)Breaking