API structure has changed
9 structure changes including:
9 Modifications
Modified
9
Breaking
GET /api/v1/comments
- Response
-
200 response Modified
-
application/json content type Modified
-
items property Modified
-
first_replies_authors property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- last_replies_authors property Added
-
first_replies_authors property Removed
-
items property Modified
-
application/json content type Modified
GET /api/v1/comments/{commentId}
- Response
-
200 response Modified
-
application/json content type Modified
-
first_replies_authors property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- last_replies_authors property Added
-
first_replies_authors property Removed
-
application/json content type Modified
GET /api/v1/comments/{parentCommentId}/replies
- Response
-
200 response Modified
-
application/json content type Modified
-
items property Modified
-
first_replies_authors property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- last_replies_authors property Added
-
first_replies_authors property Removed
-
items property Modified
-
application/json content type Modified
GET /api/v1/discussions
- Response
-
200 response Modified
-
application/json content type Modified
-
items property Modified
- comment_count, last_comments_authors properties Added
-
items property Modified
-
application/json content type Modified
GET /api/v1/discussions/{discussionId}
- Response
-
200 response Modified
-
application/json content type Modified
- comment_count, last_comments_authors properties Added
-
application/json content type Modified
PATCH /api/v1/discussions/{discussionId}
- Response
-
200 response Modified
-
application/json content type Modified
- comment_count, last_comments_authors properties Added
-
application/json content type Modified
POST /api/v1/comments
- Response
-
201 response Modified
-
application/json content type Modified
-
first_replies_authors property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- last_replies_authors property Added
-
first_replies_authors property Removed
-
application/json content type Modified
POST /api/v1/comments/{parentCommentId}/replies
- Response
-
201 response Modified
-
application/json content type Modified
-
first_replies_authors property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- last_replies_authors property Added
-
first_replies_authors property Removed
-
application/json content type Modified
POST /api/v1/discussions
- Response
-
201 response Modified
-
application/json content type Modified
- comment_count, last_comments_authors properties Added
-
application/json content type Modified