API structure has changed
1 structure change including:
1 Modification
Modified
1
Breaking
POST /api/v1/comments/{commentId}/reactions
- Path went from
/api/v1/comments/{discussionId}/reactions
to/api/v1/comments/{commentId}/reactions
(same operationId) - Path
-
discussionId 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