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

Mar 22, 2024

main
v1
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9
GET /api/v1/authors/{authorId}
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Added
  • 404 response Modified
    • text/plain, application/json, text/json content types Added
  • 500 response Modified
    • text/plain, application/json, text/json content types Added
GET /api/v1/comments
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Added
  • 400 response Modified
    • text/plain, application/json, text/json content types Added
  • 500 response Modified
    • text/plain, application/json, text/json content types Added
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Added
  • 404 response Modified
    • text/plain, application/json, text/json content types Added
  • 500 response Modified
    • text/plain, application/json, text/json content types Added
GET /api/v1/comments/{parentCommentId}/replies
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Added
  • 400 response Modified
    • text/plain, application/json, text/json content types Added
  • 404 response Modified
    • text/plain, application/json, text/json content types Added
  • 500 response Modified
    • text/plain, application/json, text/json content types Added
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Added
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Added
  • 404 response Modified
    • text/plain, application/json, text/json content types Added
POST /api/v1/comments
  • Response
  • 201 response Modified
    • text/plain, application/json, text/json content types Added
  • 400 response Modified
    • text/plain, application/json, text/json content types Added
  • 403 response Modified
    • text/plain, application/json, text/json content types Added
  • 500 response Modified
    • text/plain, application/json, text/json content types Added
POST /api/v1/comments/{parentCommentId}/replies
  • Response
  • 201 response Modified
    • text/plain, application/json, text/json content types Added
  • 400 response Modified
    • text/plain, application/json, text/json content types Added
  • 403 response Modified
    • text/plain, application/json, text/json content types Added
  • 404 response Modified
    • text/plain, application/json, text/json content types Added
  • 500 response Modified
    • text/plain, application/json, text/json content types Added
POST /api/v1/discussions
  • Response
  • 201 response Modified
    • text/plain, application/json, text/json content types Added
  • 403 response Modified
    • text/plain, application/json, text/json content types Added