API structure has changed
16 structure changes including:
13 Breaking changes
3 Additions
12 Modifications
1 Removal
Modified
12
Breaking
DELETE /api/v5/chat
- Path went from
/api/v4/chat
to/api/v5/chat
(same operationId)Breaking
DELETE /api/v5/message
- Path went from
/api/v4/message
to/api/v5/message
(same operationId)Breaking
GET /api/v5/characters
- Path went from
/api/v4/characters
to/api/v5/characters
(same operationId)Breaking - Response
-
200 response Modified
-
application/json content type Modified
- characters property Modified
-
application/json content type Modified
GET /api/v5/chats
- Path went from
/api/v4/chats
to/api/v5/chats
(same operationId)Breaking
GET /api/v5/message/context
- Path went from
/api/v4/message/context
to/api/v5/message/context
(same operationId)Breaking
GET /api/v5/message/history
- Path went from
/api/v4/message/history
to/api/v5/message/history
(same operationId)Breaking
POST /api/v5/character
- Path went from
/api/v4/character
to/api/v5/character
(same operationId)Breaking
POST /api/v5/chat
- Path went from
/api/v4/chat
to/api/v5/chat
(same operationId)Breaking
POST /api/v5/login
- Path went from
/api/v4/login
to/api/v5/login
(same operationId)Breaking
POST /api/v5/message
- Path went from
/api/v4/message
to/api/v5/message
(same operationId)Breaking
POST /api/v5/message/save
- Path went from
/api/v4/message/save
to/api/v5/message/save
(same operationId)Breaking
POST /api/v5/signup
- Path went from
/api/v4/signup
to/api/v5/signup
(same operationId)Breaking
Removed
1
Breaking
GET /api/v4/characters/imageData
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
3
GET /api/v5/character
GET /api/v5/characters/banner
GET /api/v5/chat/preview