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/deleteChat
to/api/v4/chat
(same operationId)Breaking
DELETE /api/v4/message
- Path went from
/api/v4/deleteMessage
to/api/v4/message
(same operationId)Breaking
GET /api/v4/characters/imageData
- Path went from
/api/v4/characterImageData
to/api/v4/characters/imageData
(same operationId)Breaking
GET /api/v4/chats
- Path went from
/api/v4/allChatsForUser
to/api/v4/chats
(same operationId)Breaking
GET /api/v4/message/context
- Path went from
/api/v4/getMessageContext
to/api/v4/message/context
(same operationId)Breaking
GET /api/v4/message/history
- Path went from
/api/v4/getMessageHistory
to/api/v4/message/history
(same operationId)Breaking
POST /api/v4/character
- Path went from
/api/v4/createCharacter
to/api/v4/character
(same operationId)Breaking - Body
-
application/json content type Modified
- specialMessages property Added
POST /api/v4/chat
- Path went from
/api/v4/initializeChat
to/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/sendMessage
to/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/saveMessage
to/api/v4/message/save
(same operationId)Breaking
POST /api/v4/signup
- Path went from
/api/v2/signup
to/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