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

Jun 12, 2025

main
v1
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • subject_id property Added
GET /api/v1/comments/{commentId}/replies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • subject_id property Added
GET /api/v1/discussions/{discussionId}/comments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • subject_id property Added
POST /api/v1/comments/{commentId}/replies
  • Response
  • 201 response Modified
    • application/json content type Modified
      • subject_id property Added
POST /api/v1/discussions/{discussionId}/comments
  • Body
  • application/json content type Modified
    • discussion_id property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • subject_id property Added