API structure has changed
12 structure changes including:
12 Breaking changes
11 Modifications
1 Removal
Modified
11
Breaking
DELETE /api/v4/chat
- Path went from
/api/v4/deleteChatto/api/v4/chat(same operationId)Breaking
DELETE /api/v4/message
- Path went from
/api/v4/deleteMessageto/api/v4/message(same operationId)Breaking
GET /api/v4/characters/imageData
- Path went from
/api/v4/characterImageDatato/api/v4/characters/imageData(same operationId)Breaking
GET /api/v4/chats
- Path went from
/api/v4/allChatsForUserto/api/v4/chats(same operationId)Breaking
GET /api/v4/message/context
- Path went from
/api/v4/getMessageContextto/api/v4/message/context(same operationId)Breaking
GET /api/v4/message/history
- Path went from
/api/v4/getMessageHistoryto/api/v4/message/history(same operationId)Breaking
POST /api/v4/character
- Path went from
/api/v4/createCharacterto/api/v4/character(same operationId)Breaking - Body
-
application/json content type Modified
- specialMessages property Added
POST /api/v4/chat
- Path went from
/api/v4/initializeChatto/api/v4/chat(same operationId)Breaking - Response
-
200 response Modified
-
application/json content type Modified
- chatId property Added
-
application/json content type Modified
POST /api/v4/message
- Path went from
/api/v4/sendMessageto/api/v4/message(same operationId)Breaking - Body
-
application/json content type Modified
- characterId property Added
POST /api/v4/message/save
- Path went from
/api/v4/saveMessageto/api/v4/message/save(same operationId)Breaking
POST /api/v4/signup
- Path went from
/api/v2/signupto/api/v4/signup(same operationId)Breaking
Removed
1
Breaking
GET /api/v4/characterAiInitializationData
- Removing a resource is always breaking unless it was deprecated before Breaking