API structure has changed
19 structure changes including:
13 Breaking changes
6 Additions
7 Modifications
6 Removals
Modified
7
Breaking
DELETE /api/v3/deleteMessage
- Path went from
/api/v2/deleteMessage
to/api/v3/deleteMessage
(same operationId)Breaking - Header
-
x-access-token header Modified
-
Name went from
X-Access-Token
tox-access-token
Breaking
-
Name went from
GET /api/v3/allCharacters
- Path went from
/api/v2/allCharacters
to/api/v3/allCharacters
(same operationId)Breaking - Header
-
x-access-token header Modified
-
Name went from
X-Access-Token
tox-access-token
Breaking
-
Name went from
GET /api/v3/characterAiInitializationData
- Path went from
/api/v2/characterAiInitializationData
to/api/v3/characterAiInitializationData
(same operationId)Breaking - Header
-
x-access-token header Modified
-
Name went from
X-Access-Token
tox-access-token
Breaking
-
Name went from
GET /api/v3/characterImageData
- Path went from
/api/v2/characterImageData
to/api/v3/characterImageData
(same operationId)Breaking - Header
-
x-access-token header Modified
-
Name went from
X-Access-Token
tox-access-token
Breaking
-
Name went from
POST /api/v3/createCharacter
- Path went from
/api/v2/createCharacter
to/api/v3/createCharacter
(same operationId)Breaking - Header
-
x-access-token header Modified
-
Name went from
X-Access-Token
tox-access-token
Breaking
-
Name went from
- Response
-
400 response Modified
-
application/json content type Modified
-
object-2 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
- DuplicateCharacterError alternative Added
-
object-2 alternative Removed
-
application/json content type Modified
POST /api/v3/login
- Path went from
/api/v2/login
to/api/v3/login
(same operationId)Breaking
POST /api/v3/sendMessage
- Path went from
/api/v2/sendMessage
to/api/v3/sendMessage
(same operationId)Breaking - Header
-
x-access-token header Modified
-
Name went from
X-Access-Token
tox-access-token
Breaking
-
Name went from
Removed
6
Breaking
POST /api/v2/saveChatMessage
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/v2/initializeChat
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/v2/getFullChatHistory
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/v2/getChatContext
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /api/v2/allChatsForUser
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /api/v2/deleteChat
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
6
POST /api/v3/saveMessage
POST /api/v3/initializeChat
GET /api/v3/getMessageHistory
GET /api/v3/getMessageContext
GET /api/v3/allChatsForUser
DELETE /api/v3/deleteChat