API structure has changed
6 structure changes including:
6 Modifications
Modified
6
Breaking
GET /api/v1/authors/{authorId}
- Response
- 404, 500 responses Added
GET /api/v1/comments
- Response
- 400, 500 responses Added
GET /api/v1/comments/{commentId}
- Response
- 404, 500 responses Added
GET /api/v1/comments/{parentCommentId}/replies
- Response
- 400, 404, 500 responses Added
POST /api/v1/comments
- Response
-
200 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
- 201, 400, 403, 500 responses Added
POST /api/v1/comments/{parentCommentId}/replies
- Response
-
200 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
- 201, 400, 403, 404, 500 responses Added