API structure has changed
  5 structure changes including:
    
    5 Modifications
        Modified
        5
      
      GET /api/v1/comments
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- items property Modified
 
 
 - 
  application/json content type Modified
    
 
GET /api/v1/comments/{commentId}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- author property Modified
 
 
 - 
  application/json content type Modified
    
 
GET /api/v1/comments/{parentCommentId}/replies
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- items property Modified
 
 
 - 
  application/json content type Modified
    
 
POST /api/v1/comments
              - Response
 - 
  201 response Modified
    
- 
  application/json content type Modified
    
- author property Modified
 
 
 - 
  application/json content type Modified
    
 
POST /api/v1/comments/{parentCommentId}/replies
              - Response
 - 
  201 response Modified
    
- 
  application/json content type Modified
    
- author property Modified
 
 
 - 
  application/json content type Modified