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

Nov 20, 2024

main
v1
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
GET /api/v1/comments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • first_replies_authors property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • last_replies_authors property Added
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • first_replies_authors property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • last_replies_authors property Added
GET /api/v1/comments/{parentCommentId}/replies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • first_replies_authors property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • last_replies_authors property Added
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • comment_count, last_comments_authors properties Added
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • comment_count, last_comments_authors properties Added
PATCH /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • comment_count, last_comments_authors properties Added
POST /api/v1/comments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • first_replies_authors property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • last_replies_authors property Added
POST /api/v1/comments/{parentCommentId}/replies
  • Response
  • 201 response Modified
    • application/json content type Modified
      • first_replies_authors property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • last_replies_authors property Added
POST /api/v1/discussions
  • Response
  • 201 response Modified
    • application/json content type Modified
      • comment_count, last_comments_authors properties Added