Change Updates

Do not miss any Crowd Parlay API changes, ever again

Subscribe to the Crowd Parlay API changelog to be up to date on recent changes.

RSS

Oct 15, 2024

main
v1
Compare

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
  • parentCommentId path parameter Added