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

Feb 10, 2024

main
v1
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /api/v1/authors/{authorId}
  • Response
  • 404, 500 responses Added
GET /api/v1/comments
  • Response
  • 400, 500 responses Added
GET /api/v1/comments/{commentId}
  • Response
  • 404, 500 responses Added
GET /api/v1/comments/{parentCommentId}/replies
  • Response
  • 400, 404, 500 responses Added
POST /api/v1/comments
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 201, 400, 403, 500 responses Added
POST /api/v1/comments/{parentCommentId}/replies
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 201, 400, 403, 404, 500 responses Added