API structure has changed
9 structure changes including:
9 Modifications
Modified
9
GET /api/v1/authors/{authorId}
- Response
-
200 response Modified
- text/plain, application/json, text/json content types Added
-
404 response Modified
- text/plain, application/json, text/json content types Added
-
500 response Modified
- text/plain, application/json, text/json content types Added
GET /api/v1/comments
- Response
-
200 response Modified
- text/plain, application/json, text/json content types Added
-
400 response Modified
- text/plain, application/json, text/json content types Added
-
500 response Modified
- text/plain, application/json, text/json content types Added
GET /api/v1/comments/{commentId}
- Response
-
200 response Modified
- text/plain, application/json, text/json content types Added
-
404 response Modified
- text/plain, application/json, text/json content types Added
-
500 response Modified
- text/plain, application/json, text/json content types Added
GET /api/v1/comments/{parentCommentId}/replies
- Response
-
200 response Modified
- text/plain, application/json, text/json content types Added
-
400 response Modified
- text/plain, application/json, text/json content types Added
-
404 response Modified
- text/plain, application/json, text/json content types Added
-
500 response Modified
- text/plain, application/json, text/json content types Added
GET /api/v1/discussions
- Response
-
200 response Modified
- text/plain, application/json, text/json content types Added
GET /api/v1/discussions/{discussionId}
- Response
-
200 response Modified
- text/plain, application/json, text/json content types Added
-
404 response Modified
- text/plain, application/json, text/json content types Added
POST /api/v1/comments
- Response
-
201 response Modified
- text/plain, application/json, text/json content types Added
-
400 response Modified
- text/plain, application/json, text/json content types Added
-
403 response Modified
- text/plain, application/json, text/json content types Added
-
500 response Modified
- text/plain, application/json, text/json content types Added
POST /api/v1/comments/{parentCommentId}/replies
- Response
-
201 response Modified
- text/plain, application/json, text/json content types Added
-
400 response Modified
- text/plain, application/json, text/json content types Added
-
403 response Modified
- text/plain, application/json, text/json content types Added
-
404 response Modified
- text/plain, application/json, text/json content types Added
-
500 response Modified
- text/plain, application/json, text/json content types Added
POST /api/v1/discussions
- Response
-
201 response Modified
- text/plain, application/json, text/json content types Added
-
403 response Modified
- text/plain, application/json, text/json content types Added