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

Changelog

Last update:
Compare
1 structure change including:
1 Addition
Added 1
GET /api/v1/users
5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • subject_id property Added
GET /api/v1/comments/{commentId}/replies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • subject_id property Added
GET /api/v1/discussions/{discussionId}/comments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • subject_id property Added
POST /api/v1/comments/{commentId}/replies
  • Response
  • 201 response Modified
    • application/json content type Modified
      • subject_id property Added
POST /api/v1/discussions/{discussionId}/comments
  • Body
  • application/json content type Modified
    • discussion_id property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • subject_id property Added
1 structure change including:
1 Modification
Modified 1 Breaking
GET /api/v1/discussions/{discussionId}/comments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • title property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
  • Query
  • flatten query parameter Added
11 structure changes including:
2 Breaking changes
2 Additions
7 Modifications
2 Removals
Modified 7 Breaking
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reply_count, last_replies_authors properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • comment_count, last_comments_authors properties Added
GET /api/v1/comments/{commentId}/replies
  • Path went from /api/v1/comments/{parentCommentId}/replies to /api/v1/comments/{commentId}/replies (same operationId)
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • reply_count, last_replies_authors properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • comment_count, last_comments_authors properties Added
  • Path
  • parentCommentId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • commentId path parameter Added
  • Query
  • flatten query parameter Added
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • description property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • content property Added
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • description property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • content property Added
PATCH /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • description property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • content property Added
POST /api/v1/comments/{commentId}/replies
  • Path went from /api/v1/comments/{parentCommentId}/replies to /api/v1/comments/{commentId}/replies (same operationId)
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reply_count, last_replies_authors properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • comment_count, last_comments_authors properties Added
  • Path
  • parentCommentId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • commentId path parameter Added
POST /api/v1/discussions
  • Body
  • application/json content type Modified
    • description property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • content property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • description property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • content property Added
Removed 2 Breaking
GET /api/v1/comments
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/v1/comments
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
GET /api/v1/discussions/{discussionId}/comments
POST /api/v1/discussions/{discussionId}/comments
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
1 structure change including:
1 Modification
Modified 1 Breaking
POST /api/v1/comments/{commentId}/reactions
  • Path went from /api/v1/comments/{discussionId}/reactions to /api/v1/comments/{commentId}/reactions (same operationId)
  • Path
  • discussionId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • commentId path parameter Added
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}
1 structure change including:
1 Modification
Modified 1 Breaking
POST /api/v1/comments/{parentCommentId}/replies
  • Path went from /api/v1/comments/{commentId}/replies to /api/v1/comments/{parentCommentId}/replies (same operationId)
  • Body
  • application/json content type Modified
    • content, Additional properties are NOT allowed properties Added
  • Path
  • commentId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • parentCommentId path parameter Added
14 structure changes including:
5 Additions
9 Modifications
Modified 9 Breaking
GET /api/v1/comments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • reaction_counters, viewer_reactions properties Added
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
GET /api/v1/comments/{parentCommentId}/replies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • reaction_counters, viewer_reactions properties Added
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • reaction_counters, viewer_reactions properties Added
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
POST /api/v1/comments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
POST /api/v1/comments/{commentId}/replies
  • Path went from /api/v1/comments/{parentCommentId}/replies to /api/v1/comments/{commentId}/replies (same operationId)
  • Body
  • application/json content type Modified
    • content, Additional properties are NOT allowed properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
  • Path
  • parentCommentId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • commentId path parameter Added
POST /api/v1/comments/{parentCommentId}/replies
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
POST /api/v1/discussions
  • Response
  • 201 response Modified
    • application/json content type Modified
      • reaction_counters, viewer_reactions properties Added
Added 5
DELETE /api/v1/comments/{commentId}/reactions
DELETE /api/v1/discussions/{commentId}/reactions
GET /api/v1/lookup/reactions
POST /api/v1/comments/{commentId}/reactions
POST /api/v1/discussions/{discussionId}/reactions
1 structure change including:
1 Modification
Modified 1
POST /api/v1/users/register
  • Body
  • application/json content type Modified
    • email property Modified
      • Full types went from string to string | null
    • external_login_ticket_id property Added
3 structure changes including:
3 Modifications
Modified 3
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • author property Modified
POST /api/v1/discussions
  • Response
  • 201 response Modified
    • application/json content type Modified
      • author property Modified
8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /api/v1/comments
  • Response
  • 200 response Modified
    • application/json content type Modified
      • total_count, items properties Modified
        • Properties are now required
          Breaking
GET /api/v1/comments/{commentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, content, created_at, reply_count, first_replies_authors properties Modified
        • Properties are now required
          Breaking
      • author property Modified
GET /api/v1/comments/{parentCommentId}/replies
  • Response
  • 200 response Modified
    • application/json content type Modified
      • total_count, items properties Modified
        • Properties are now required
          Breaking
GET /api/v1/discussions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Full types went from array[object] to object
        Breaking
      • total_count, items, Additional properties are NOT allowed properties Added
  • Query
  • offset, count query parameters Added
GET /api/v1/discussions/{discussionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, title, description properties Modified
        • Properties are now required
          Breaking
      • author property Modified
      • created_at property Added
POST /api/v1/comments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id, content, created_at, reply_count, first_replies_authors properties Modified
        • Properties are now required
          Breaking
      • author property Modified
POST /api/v1/comments/{parentCommentId}/replies
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id, content, created_at, reply_count, first_replies_authors properties Modified
        • Properties are now required
          Breaking
      • author property Modified
POST /api/v1/discussions
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id, title, description properties Modified
        • Properties are now required
          Breaking
      • author property Modified
      • created_at property Added
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /api/v1/authentication/sso/google
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 302 response Added
POST /api/v1/users/register
  • Body
  • application/json content type Modified
    • password property Modified
      • Full types went from string to string | null
1 structure change including:
1 Addition
Added 1
GET /api/v1/authentication/sso/google
2 structure changes including:
1 Breaking change
1 Addition
1 Removal
Removed 1 Breaking
POST /api/v1/authentication/sign-in-google-callback
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
GET /api/v1/authentication/sign-in-google-callback
1 structure change including:
1 Modification
Modified 1 Breaking
POST /api/v1/authentication/sign-in-google-callback
  • Body
  • application/x-www-form-urlencoded content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • code, state query parameters Added
1 structure change including:
1 Modification
Modified 1 Breaking
POST /api/v1/authentication/sign-in
  • 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
1 structure change including:
1 Modification
Modified 1 Breaking
POST /api/v1/authentication/sign-in-google-callback
  • Body
  • application/x-www-form-urlencoded content type Modified
    • state property Added
  • Query
  • returnUrl query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Response
  • 200, 400 responses Added
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
3 structure changes including:
3 Modifications
Modified 3 Breaking
POST /api/v1/authentication/sign-in
  • Body
  • multipart/form-data content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/x-www-form-urlencoded content type Added
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 401, 500 responses Added
POST /api/v1/authentication/sign-in-google-callback
  • Response
  • 200 response Modified
    • application/json content type Added
  • 401, 500, 503 responses Added
  • Body
  • multipart/form-data content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/x-www-form-urlencoded content type Added
POST /api/v1/authentication/sign-out
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 401 response Added