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

main
v1
Compare

API structure has changed

8 structure changes including:
2 Breaking changes
1 Addition
5 Modifications
2 Removals
Modified 5 Breaking
GET /api/v1/discussions
  • Response
  • 500 response Added
GET /api/v1/discussions/{discussionId}
  • Response
  • 500 response Added
POST /api/v1/comments/{discussionId}/reactions
  • Path went from /api/v1/comments/{commentId}/reactions to /api/v1/comments/{discussionId}/reactions (same operationId)
  • Body
  • application/json content type Modified
  • Path
  • commentId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • discussionId path parameter Added
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 204 response Added
POST /api/v1/discussions
  • Response
  • 500 response Added
POST /api/v1/discussions/{discussionId}/reactions
  • Body
  • application/json content type Modified
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 204 response Added
Removed 2 Breaking
DELETE /api/v1/comments/{commentId}/reactions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /api/v1/discussions/{commentId}/reactions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
PATCH /api/v1/discussions/{discussionId}