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 14, 2024

main
v1
Compare

API structure has changed

14 structure changes including:
5 Additions
9 Modifications
Modified 9 Breaking
GET /api/v1/comments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • reaction_counters, viewer_reactions properties Added
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
GET /api/v1/comments/{parentCommentId}/replies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • reaction_counters, viewer_reactions properties Added
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • reaction_counters, viewer_reactions properties Added
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
POST /api/v1/comments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
POST /api/v1/comments/{commentId}/replies
  • Path went from /api/v1/comments/{parentCommentId}/replies to /api/v1/comments/{commentId}/replies (same operationId)
  • Body
  • application/json content type Modified
    • content, Additional properties are NOT allowed properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions 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/comments/{parentCommentId}/replies
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
POST /api/v1/discussions
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
Added 5
DELETE /api/v1/comments/{commentId}/reactions
DELETE /api/v1/discussions/{commentId}/reactions
GET /api/v1/lookup/reactions
POST /api/v1/comments/{commentId}/reactions
POST /api/v1/discussions/{discussionId}/reactions