API structure has changed
8 structure changes including:
2 Breaking changes
1 Addition
5 Modifications
2 Removals
Modified
5
Breaking
GET /api/v1/discussions
- Response
- 500 response Added
GET /api/v1/discussions/{discussionId}
- Response
- 500 response Added
POST /api/v1/comments/{discussionId}/reactions
- Path went from
/api/v1/comments/{commentId}/reactions
to/api/v1/comments/{discussionId}/reactions
(same operationId) - Body
- application/json content type Modified
- Path
-
commentId 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
- discussionId path parameter Added
- 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
- 204 response Added
POST /api/v1/discussions
- Response
- 500 response Added
POST /api/v1/discussions/{discussionId}/reactions
- Body
- application/json content type Modified
- 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
- 204 response Added
Removed
2
Breaking
DELETE /api/v1/comments/{commentId}/reactions
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /api/v1/discussions/{commentId}/reactions
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
PATCH /api/v1/discussions/{discussionId}