Skip to content

chore: update v3 OpenAPI specs to v3.636.0#12

Closed
Ed Fricker (beastawakens) wants to merge 1 commit into
mainfrom
sync/v3.636.0
Closed

chore: update v3 OpenAPI specs to v3.636.0#12
Ed Fricker (beastawakens) wants to merge 1 commit into
mainfrom
sync/v3.636.0

Conversation

@beastawakens

@beastawakens Ed Fricker (beastawakens) commented Jun 4, 2026

Copy link
Copy Markdown
Member

User description

Automated v3 OpenAPI spec update for v3.636.0.


PR Type

Enhancement


Description

  • Replace v3-block-user API with new v3-report-user-fraud endpoint

  • Add missingCallbackUrl error example to multiple verification specs

  • New fraud reporting supports structured reasons and email-based attribution


Diagram Walkthrough

flowchart LR
  A["v3-block-user (removed)"] -- "replaced by" --> B["v3-report-user-fraud (new)"]
  C["Verification specs"] -- "added error example" --> D["missingCallbackUrl 400 response"]
Loading

File Walkthrough

Relevant files
Documentation
3 files
CHANGELOG.md
Add v3.636.0 changelog with updated and removed specs       
+15/-0   
README.md
Replace Block User with Report User Fraud in API table     
+1/-1     
index.html
Update spec list: remove block-user, add report-user-fraud
+1/-1     
Enhancement
9 files
v3-biometric-authentication-entry.yaml
Add missingCallbackUrl error example to 400 response         
+5/-0     
v3-biometric-enrollment-entry.yaml
Add missingCallbackUrl error example to 400 response         
+5/-0     
v3-biometric-kyc-entry.yaml
Add missingCallbackUrl error example to 400 response         
+5/-0     
v3-block-user.yaml
Remove entire Block User API specification                             
+0/-261 
v3-document-verification-entry.yaml
Add missingCallbackUrl error example to 400 response         
+5/-0     
v3-enhanced-document-verification-entry.yaml
Add missingCallbackUrl error example to 400 response         
+5/-0     
v3-enhanced-kyc-entry.yaml
Add missingCallbackUrl error example to 400 response         
+5/-0     
v3-report-user-fraud.yaml
Add new Report User Fraud API specification                           
+287/-0 
v3-smart-selfie-compare-entry.yaml
Add missingCallbackUrl error example to 400 response         
+5/-0     


Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • Copilot AI review requested due to automatic review settings June 4, 2026 23:24
    @prfectionist

    prfectionist Bot commented Jun 4, 2026

    Copy link
    Copy Markdown

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🏅 Score: 90
    🧪 No relevant tests
    🔒 No security concerns identified
    🔀 No multiple PR themes
    ⚡ No major issues detected

    @prfectionist

    prfectionist Bot commented Jun 4, 2026

    Copy link
    Copy Markdown

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    Copilot AI left a comment

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Pull request overview

    Automated sync of the Smile Identity v3 OpenAPI specifications to v3.636.0, updating the published spec set and docs to remove the deprecated “Block User” API and introduce a new “Report User Fraud” endpoint, plus adding a new missingCallbackUrl 400 error example across several verification entry specs.

    Changes:

    • Added new v3-report-user-fraud OpenAPI spec and updated docs to reference it.
    • Removed the v3-block-user spec and replaced references in README/docs.
    • Added missingCallbackUrl example under 400 responses in multiple verification entry specs.

    Reviewed changes

    Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.

    Show a summary per file
    File Description
    CHANGELOG.md Adds v3.636.0 release notes (needs minor categorization tweak for new spec).
    README.md Updates endpoint table to replace Block User with Report User Fraud.
    docs/index.html Updates the rendered docs API list to remove Block User and add Report User Fraud.
    specs/v3/v3-biometric-authentication-entry.yaml Adds missingCallbackUrl 400 error example.
    specs/v3/v3-biometric-enrollment-entry.yaml Adds missingCallbackUrl 400 error example.
    specs/v3/v3-biometric-kyc-entry.yaml Adds missingCallbackUrl 400 error example.
    specs/v3/v3-block-user.yaml Removes the deprecated Block User API specification.
    specs/v3/v3-document-verification-entry.yaml Adds missingCallbackUrl 400 error example.
    specs/v3/v3-enhanced-document-verification-entry.yaml Adds missingCallbackUrl 400 error example.
    specs/v3/v3-enhanced-kyc-entry.yaml Adds missingCallbackUrl 400 error example.
    specs/v3/v3-report-user-fraud.yaml Introduces the new Report User Fraud endpoint spec (minor doc/schema cleanup suggested).
    specs/v3/v3-smart-selfie-compare-entry.yaml Adds missingCallbackUrl 400 error example.

    💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

    Comment thread CHANGELOG.md
    Comment on lines +16 to +19
    - Updated `v3-enhanced-kyc-entry`
    - Updated `v3-report-user-fraud`
    - Updated `v3-smart-selfie-compare-entry`

    format: email
    description: Email address of the person submitting the report.
    example: risk@partner.example
    additionalProperties: true
    Comment on lines +133 to +134
    The response is `202 Accepted` once the request has been validated
    and handled.
    Ed Fricker (beastawakens) added a commit that referenced this pull request Jun 8, 2026
    Resolves conflicts by keeping the v3.640.0 spec set and regenerated
    README/index.html, and unioning CHANGELOG so every version 636-640 is
    recorded above v3.635.0. Supersedes PRs #12-#15.
    @beastawakens

    Copy link
    Copy Markdown
    Member Author

    Consolidated into #16 (v3.640.0), now merged. main reflects the v3.640.0 spec set and the CHANGELOG carries every version v3.636.0–v3.640.0, so this PR is superseded. Closing to clear the stack.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants