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/chatto/api/v7/chat(same operationId)Breaking 
DELETE /api/v7/message
              - Path went from 
/api/v6/messageto/api/v7/message(same operationId)Breaking 
GET /api/v7/character
              - Path went from 
/api/v6/characterto/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/charactersto/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/previewto/api/v7/chat/preview(same operationId)Breaking 
GET /api/v7/chats
              - Path went from 
/api/v6/chatsto/api/v7/chats(same operationId)Breaking 
GET /api/v7/message/history
              - Path went from 
/api/v6/message/historyto/api/v7/message/history(same operationId)Breaking 
GET /api/v7/user/info
              - Path went from 
/api/v6/user/infoto/api/v7/user/info(same operationId)Breaking 
POST /api/v7/character
              - Path went from 
/api/v6/characterto/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/chatto/api/v7/chat(same operationId)Breaking 
POST /api/v7/login
              - Path went from 
/api/v6/loginto/api/v7/login(same operationId)Breaking 
POST /api/v7/message
              - Path went from 
/api/v6/messageto/api/v7/message(same operationId)Breaking 
POST /api/v7/message/save
              - Path went from 
/api/v6/message/saveto/api/v7/message/save(same operationId)Breaking 
POST /api/v7/signup
              - Path went from 
/api/v6/signupto/api/v7/signup(same operationId)Breaking 
PUT /api/v7/user/info
              - Path went from 
/api/v6/user/infoto/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