API structure has changed
13 structure changes including:
13 Breaking changes
13 Modifications
Modified
13
Breaking
DELETE /api/v4/deleteChat
- Path went from
/api/v3/deleteChat
to/api/v4/deleteChat
(same operationId)Breaking
DELETE /api/v4/deleteMessage
- Path went from
/api/v3/deleteMessage
to/api/v4/deleteMessage
(same operationId)Breaking
GET /api/v4/allChatsForUser
- Path went from
/api/v3/allChatsForUser
to/api/v4/allChatsForUser
(same operationId)Breaking
GET /api/v4/characterAiInitializationData
- Path went from
/api/v3/characterAiInitializationData
to/api/v4/characterAiInitializationData
(same operationId)Breaking
GET /api/v4/characterImageData
- Path went from
/api/v3/characterImageData
to/api/v4/characterImageData
(same operationId)Breaking
GET /api/v4/characters
- Path went from
/api/v3/characters
to/api/v4/characters
(same operationId)Breaking
GET /api/v4/getMessageContext
- Path went from
/api/v3/getMessageContext
to/api/v4/getMessageContext
(same operationId)Breaking
GET /api/v4/getMessageHistory
- Path went from
/api/v3/getMessageHistory
to/api/v4/getMessageHistory
(same operationId)Breaking
POST /api/v4/createCharacter
- Path went from
/api/v3/createCharacter
to/api/v4/createCharacter
(same operationId)Breaking
POST /api/v4/initializeChat
- Path went from
/api/v3/initializeChat
to/api/v4/initializeChat
(same operationId)Breaking
POST /api/v4/login
- Path went from
/api/v3/login
to/api/v4/login
(same operationId)Breaking
POST /api/v4/saveMessage
- Path went from
/api/v3/saveMessage
to/api/v4/saveMessage
(same operationId)Breaking
POST /api/v4/sendMessage
- Path went from
/api/v3/sendMessage
to/api/v4/sendMessage
(same operationId)Breaking