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/chatto/api/v5/chat(same operationId)Breaking 
DELETE /api/v5/message
              - Path went from 
/api/v4/messageto/api/v5/message(same operationId)Breaking 
GET /api/v5/characters
              - Path went from 
/api/v4/charactersto/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/chatsto/api/v5/chats(same operationId)Breaking 
GET /api/v5/message/context
              - Path went from 
/api/v4/message/contextto/api/v5/message/context(same operationId)Breaking 
GET /api/v5/message/history
              - Path went from 
/api/v4/message/historyto/api/v5/message/history(same operationId)Breaking 
POST /api/v5/character
              - Path went from 
/api/v4/characterto/api/v5/character(same operationId)Breaking 
POST /api/v5/chat
              - Path went from 
/api/v4/chatto/api/v5/chat(same operationId)Breaking 
POST /api/v5/login
              - Path went from 
/api/v4/loginto/api/v5/login(same operationId)Breaking 
POST /api/v5/message
              - Path went from 
/api/v4/messageto/api/v5/message(same operationId)Breaking 
POST /api/v5/message/save
              - Path went from 
/api/v4/message/saveto/api/v5/message/save(same operationId)Breaking 
POST /api/v5/signup
              - Path went from 
/api/v4/signupto/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