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 9, 2025

main
v1
Compare

API structure has changed

11 structure changes including:
2 Breaking changes
2 Additions
7 Modifications
2 Removals
Modified 7 Breaking
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reply_count, last_replies_authors properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • comment_count, last_comments_authors properties Added
GET /api/v1/comments/{commentId}/replies
  • Path went from /api/v1/comments/{parentCommentId}/replies to /api/v1/comments/{commentId}/replies (same operationId)
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • reply_count, last_replies_authors properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • comment_count, last_comments_authors properties Added
  • Path
  • parentCommentId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • commentId path parameter Added
  • Query
  • flatten query parameter Added
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • description property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • content property Added
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • description property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • content property Added
PATCH /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • description property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • content property Added
POST /api/v1/comments/{commentId}/replies
  • Path went from /api/v1/comments/{parentCommentId}/replies to /api/v1/comments/{commentId}/replies (same operationId)
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reply_count, last_replies_authors properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • comment_count, last_comments_authors properties Added
  • Path
  • parentCommentId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • commentId path parameter Added
POST /api/v1/discussions
  • Body
  • application/json content type Modified
    • description property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • content property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • description property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • content property Added
Removed 2 Breaking
GET /api/v1/comments
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/comments
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
GET /api/v1/discussions/{discussionId}/comments
POST /api/v1/discussions/{discussionId}/comments