API structure has changed
16 structure changes including:
16 Breaking changes
15 Modifications
1 Removal
Modified
15
Breaking
DELETE /api/v7/chat
- Path went from
/api/v6/chat
to/api/v7/chat
(same operationId)Breaking
DELETE /api/v7/message
- Path went from
/api/v6/message
to/api/v7/message
(same operationId)Breaking
GET /api/v7/character
- Path went from
/api/v6/character
to/api/v7/character
(same operationId)Breaking - Response
-
200 response Modified
-
application/json content type Modified
-
object-3 alternative Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- object-2 alternative Added
-
object-3 alternative Removed
-
application/json content type Modified
GET /api/v7/characters
- Path went from
/api/v6/characters
to/api/v7/characters
(same operationId)Breaking - Response
-
200 response Modified
-
application/json content type Modified
- characters property Modified
-
application/json content type Modified
GET /api/v7/chat/preview
- Path went from
/api/v6/chat/preview
to/api/v7/chat/preview
(same operationId)Breaking
GET /api/v7/chats
- Path went from
/api/v6/chats
to/api/v7/chats
(same operationId)Breaking
GET /api/v7/message/history
- Path went from
/api/v6/message/history
to/api/v7/message/history
(same operationId)Breaking
GET /api/v7/user/info
- Path went from
/api/v6/user/info
to/api/v7/user/info
(same operationId)Breaking
POST /api/v7/character
- Path went from
/api/v6/character
to/api/v7/character
(same operationId)Breaking - Body
-
application/json content type Modified
-
object-3 alternative Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- object-2 alternative Added
-
object-3 alternative Removed
POST /api/v7/chat
- Path went from
/api/v6/chat
to/api/v7/chat
(same operationId)Breaking
POST /api/v7/login
- Path went from
/api/v6/login
to/api/v7/login
(same operationId)Breaking
POST /api/v7/message
- Path went from
/api/v6/message
to/api/v7/message
(same operationId)Breaking
POST /api/v7/message/save
- Path went from
/api/v6/message/save
to/api/v7/message/save
(same operationId)Breaking
POST /api/v7/signup
- Path went from
/api/v6/signup
to/api/v7/signup
(same operationId)Breaking
PUT /api/v7/user/info
- Path went from
/api/v6/user/info
to/api/v7/user/info
(same operationId)Breaking
Removed
1
Breaking
GET /api/v6/characters/banner
- Removing a resource is always breaking unless it was deprecated before Breaking