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

Jul 13, 2024

main
v1
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
DELETE /api/v1/users/{userId}
  • Response
  • 403 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
GET /api/v1/users/resolve
  • Response
  • 400 response Modified
    • application/json content type Modified
      • error_description, validation_errors properties Modified
        • Properties are no longer required
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
GET /api/v1/users/self
  • Response
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
GET /api/v1/users/{userId}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
POST /api/v1/authentication/sign-in
  • Response
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 200 response Added
POST /api/v1/authentication/sign-in-google-callback
  • Response
  • 401 response Modified
    • application/json content type Modified
      • type, title, status, detail, instance, Additional properties, key properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • error_description, Additional properties are NOT allowed properties Added
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 503 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 302 response Added
  • Query
  • returnUrl query parameter Added
POST /api/v1/authentication/sign-out
  • Response
  • 200 response Added
POST /api/v1/users/register
  • Response
  • 400 response Modified
    • application/json content type Modified
      • error_description, validation_errors properties Modified
        • Properties are no longer required
  • 403 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
PUT /api/v1/users/{userId}
  • Response
  • 400 response Modified
    • application/json content type Modified
      • error_description, validation_errors properties Modified
        • Properties are no longer required
  • 403 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is no longer required