2 structure changes including:
    
    2 Modifications
        Modified
        2
      
      GET /conversations
              - Query
 - includes query parameter Added
 
GET /conversations/{id}
              - Query
 - includes query parameter Added
 
  3 structure changes including:
    
    3 Modifications
        Modified
        3
      
      GET /documents
              - Query
 - conversation_id query parameter Added
 
POST /conversations
              - Body
 - 
  application/json content type Modified
    
- document_ids property Added
 
 
POST /conversations/{id}
              - Body
 - 
  application/json content type Modified
    
- document_ids property Added
 
 
  1 structure change including:
    
    1 Modification
        Modified
        1
          Breaking
      
      POST /documents/webpage
              - Response
 - 
   response Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 
  2 structure changes including:
    
    1 Addition
    1 Modification
        Modified
        1
          Breaking
      
      POST /documents
              - Response
 - 
  200 response Modified
    
- 
  id, name, status, content_url, folder_id, created_at properties Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - data property Added
 
 - 
  id, name, status, content_url, folder_id, created_at properties Removed
    
 
        Added
        1
      
      POST /documents/webpage
          
  2 structure changes including:
    
    2 Modifications
        Modified
        2
      
      GET /documents
              - Query
 - keyword query parameter Added
 
GET /folders
              - Query
 - keyword query parameter Added
 
  1 structure change including:
    
    1 Modification
        Modified
        1
          Breaking
      
      POST /messages
              - Body
 - 
   content type Modified
    
- flagged property Removed
 
 
  1 structure change including:
    
    1 Modification
        Modified
        1
      
      GET /messages
              - Response
 - 
  200 response Modified
    
- data property Modified
 
 - Query
 - includes query parameter Added
 
  3 structure changes including:
    
    1 Addition
    2 Modifications
        Modified
        2
      
      GET /messages
              - Response
 - 
  200 response Modified
    
- data property Modified
 
 
POST /messages
              - Body
 - 
   content type Modified
    
- flagged property Added
 
 - Response
 - 
  200 response Modified
    
- data property Modified
 
 
        Added
        1
      
      GET /messages/{id}
          
  2 structure changes including:
    
    2 Additions
        Added
        2
      
      DELETE /documents/{id}
          GET /documents/{id}
          
  9 structure changes including:
    
    8 Additions
    1 Modification
        Modified
        1
      
      GET /bots
              - Query
 - keyword query parameter Added
 
        Added
        8
      
      GET /documents
          GET /folders
          GET /folders/{id}
          POST /documents
          POST /documents/file
          POST /folders
          POST /folders/{id}
          POST /uploads/signed-url
          
  1 structure change including:
    
    1 Modification
        Modified
        1
      
      POST /messages
              - Response
 - 
  402 response Modified
    
- message property Added
 
 
  1 structure change including:
    
    1 Modification
        Modified
        1
      
      POST /messages/stream
              - Response
 - 
  402 response Modified
    
- message property Added
 
 
  2 structure changes including:
    
    2 Modifications
        Modified
        2
      
      POST /messages
              - Response
 - 402 response Added
 
POST /messages/stream
              - Response
 - 402 response Added
 
  2 structure changes including:
    
    2 Modifications
        Modified
        2
      
      GET /conversations
              - Query
 - bot_id, keyword query parameters Added
 
GET /messages
              - Query
 - conversation_id query parameter Added
 
  1 structure change including:
    
    1 Addition
        Added
        1
      
      DELETE /conversations/{id}
          
  2 structure changes including:
    
    2 Modifications
        Modified
        2
          Breaking
      
      GET /conversations/{id}
              - Response
 - 200 response Added
 
GET /messages
              - Response
 - 
  200 response Modified
    
- data property Modified
 
 
  5 structure changes including:
    
    5 Modifications
        Modified
        5
          Breaking
      
      GET /conversations
              - Response
 - 
  200 response Modified
    
- data property Modified
 
 
GET /messages
              - Response
 - 
  200 response Modified
    
- data property Modified
 
 
POST /conversations
              - Body
 - 
   content type Modified
    
- name, bot_id properties Modified
 
 - Response
 - 
  200 response Modified
    
- data property Modified
 
 
POST /conversations/{id}
              - Body
 - 
   content type Modified
    
- name, bot_id properties Modified
 
 - Response
 - 
  200 response Modified
    
- data property Modified
 
 
POST /messages
              - Body
 - 
   content type Modified
    
- content, conversation_id properties Modified
 
 - Response
 - 
  200 response Modified
    
- data property Modified
 
 
  2 structure changes including:
    
    2 Modifications
        Modified
        2
      
      POST /conversations
              - Response
 - 422 response Added
 
POST /conversations/{id}
              - Response
 - 422 response Added
 
  2 structure changes including:
    
    2 Additions
        Added
        2
      
      GET /messages
          POST /messages