Change Updates

Do not miss any AI Chatbot API changes, ever again

Subscribe to the AI Chatbot API changelog to be up to date on recent changes.

RSS

Aug 3, 2024

main
7.0.0
Compare
7.0.0

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
      • object-2 alternative Added
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
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
    • object-2 alternative Added
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