API structure has changed
1 structure change including:
1 Modification
Modified
1
Breaking
POST /api/v1/comments/{parentCommentId}/replies
- Path went from
/api/v1/comments/{commentId}/replies
to/api/v1/comments/{parentCommentId}/replies
(same operationId) - Body
-
application/json content type Modified
- content, Additional properties are NOT allowed properties Added
- 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
- parentCommentId path parameter Added