API structure has changed
11 structure changes including:
2 Breaking changes
2 Additions
7 Modifications
2 Removals
Modified
7
Breaking
GET /api/v1/comments/{commentId}
- Response
-
200 response Modified
-
application/json content type Modified
-
reply_count, last_replies_authors properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- comment_count, last_comments_authors properties Added
-
reply_count, last_replies_authors properties Removed
-
application/json content type Modified
GET /api/v1/comments/{commentId}/replies
- Path went from
/api/v1/comments/{parentCommentId}/replies
to/api/v1/comments/{commentId}/replies
(same operationId) - Response
-
200 response Modified
-
application/json content type Modified
-
items property Modified
-
reply_count, last_replies_authors properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- comment_count, last_comments_authors properties Added
-
reply_count, last_replies_authors properties Removed
-
items property Modified
-
application/json content type Modified
- Path
-
parentCommentId path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- commentId path parameter Added
- Query
- flatten query parameter Added
GET /api/v1/discussions
- Response
-
200 response Modified
-
application/json content type Modified
-
items property Modified
-
description 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
- content property Added
-
description property Removed
-
items property Modified
-
application/json content type Modified
GET /api/v1/discussions/{discussionId}
- Response
-
200 response Modified
-
application/json content type Modified
-
description 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
- content property Added
-
description property Removed
-
application/json content type Modified
PATCH /api/v1/discussions/{discussionId}
- Response
-
200 response Modified
-
application/json content type Modified
-
description 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
- content property Added
-
description property Removed
-
application/json content type Modified
POST /api/v1/comments/{commentId}/replies
- Path went from
/api/v1/comments/{parentCommentId}/replies
to/api/v1/comments/{commentId}/replies
(same operationId) - Response
-
201 response Modified
-
application/json content type Modified
-
reply_count, last_replies_authors properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- comment_count, last_comments_authors properties Added
-
reply_count, last_replies_authors properties Removed
-
application/json content type Modified
- Path
-
parentCommentId path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- commentId path parameter Added
POST /api/v1/discussions
- Body
-
application/json content type Modified
-
description 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
- content property Added
-
description property Removed
- Response
-
201 response Modified
-
application/json content type Modified
-
description 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
- content property Added
-
description property Removed
-
application/json content type Modified
Removed
2
Breaking
GET /api/v1/comments
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /api/v1/comments
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
GET /api/v1/discussions/{discussionId}/comments
POST /api/v1/discussions/{discussionId}/comments