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

main
v1
Compare

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /api/v1/comments
  • Response
  • 200 response Modified
    • text/plain content type Modified
      • Full types went from array[object] to object
        Breaking
      • total_count, items, Additional properties are NOT allowed properties Added
    • application/json content type Modified
      • Full types went from array[object] to object
        Breaking
      • total_count, items, Additional properties are NOT allowed properties Added
    • text/json content type Modified
      • Full types went from array[object] to object
        Breaking
      • total_count, items, Additional properties are NOT allowed properties Added
GET /api/v1/comments/{parentCommentId}/replies
  • Response
  • 200 response Modified
    • text/plain content type Modified
      • Full types went from array[object] to object
        Breaking
      • total_count, items, Additional properties are NOT allowed properties Added
    • application/json content type Modified
      • Full types went from array[object] to object
        Breaking
      • total_count, items, Additional properties are NOT allowed properties Added
    • text/json content type Modified
      • Full types went from array[object] to object
        Breaking
      • total_count, items, Additional properties are NOT allowed properties Added