API structure has changed
  6 structure changes including:
    
    1 Addition
    5 Modifications
        Modified
        5
      
      GET /api/v1/file/{uuid}
              - Response
- 
  200 response Modified
    - folder_name property Added
 
POST /api/v1/file
              - Response
- 
  200 response Modified
    - folder_name property Added
 
POST /api/v1/file/direct-upload
              - Response
- 
  201 response Modified
    - folder_name property Added
 
PUT /api/v1/file/{file_uuid}/copy
              - Response
- 
  200 response Modified
    - folder_name property Added
 
PUT /api/v1/file/{uuid}
              - Response
- 
  200 response Modified
    - folder_name property Added
 
        Added
        1
      
      GET /api/v1/documents/{model}/{modelUuid}
          