API structure has changed
  16 structure changes including:
    
    16 Breaking changes
    15 Modifications
    1 Removal
        Modified
        15
          Breaking
      
      DELETE /api/v8/chat
              - Path went from 
/api/v7/chatto/api/v8/chat(same operationId)Breaking 
DELETE /api/v8/message
              - Path went from 
/api/v7/messageto/api/v8/message(same operationId)Breaking 
GET /api/v8/character
              - Path went from 
/api/v7/characterto/api/v8/character(same operationId)Breaking 
GET /api/v8/characters
              - Path went from 
/api/v7/charactersto/api/v8/characters(same operationId)Breaking 
GET /api/v8/chat/preview
              - Path went from 
/api/v7/chat/previewto/api/v8/chat/preview(same operationId)Breaking 
GET /api/v8/chats
              - Path went from 
/api/v7/chatsto/api/v8/chats(same operationId)Breaking 
GET /api/v8/messages
              - Path went from 
/api/v7/messagesto/api/v8/messages(same operationId)Breaking 
GET /api/v8/user/info
              - Path went from 
/api/v7/user/infoto/api/v8/user/info(same operationId)Breaking 
POST /api/v8/character
              - Path went from 
/api/v7/characterto/api/v8/character(same operationId)Breaking 
POST /api/v8/chat
              - Path went from 
/api/v7/chatto/api/v8/chat(same operationId)Breaking 
POST /api/v8/login
              - Path went from 
/api/v7/loginto/api/v8/login(same operationId)Breaking 
POST /api/v8/message
              - Path went from 
/api/v7/messageto/api/v8/message(same operationId)Breaking - Response
 - 429 response Added
 
POST /api/v8/message/save
              - Path went from 
/api/v7/message/saveto/api/v8/message/save(same operationId)Breaking - Response
 - 429 response Added
 
POST /api/v8/signup
              - Path went from 
/api/v7/signupto/api/v8/signup(same operationId)Breaking 
PUT /api/v8/user/info
              - Path went from 
/api/v7/user/infoto/api/v8/user/info(same operationId)Breaking 
        Removed
        1
          Breaking
      
      GET /api/v7/message/history
              - Removing a resource is always breaking unless it was deprecated before Breaking