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

main
v1
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
GET /api/v1/authors/{authorId}
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 404 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /api/v1/comments
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 400 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 404 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /api/v1/comments/{parentCommentId}/replies
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 400 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 404 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 404 response Added
POST /api/v1/comments
  • Response
  • 201 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 400 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 403 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
POST /api/v1/comments/{parentCommentId}/replies
  • Response
  • 201 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 400 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 403 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 404 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 500 response Modified
    • text/plain, application/json, text/json content types Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
POST /api/v1/discussions
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 201, 403 responses Added