chore: update v3 OpenAPI specs to v3.637.0#13
Open
Ed Fricker (beastawakens) wants to merge 1 commit into
Open
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
Pull request overview
Updates the Smile Identity v3 OpenAPI reference set to release v3.637.0, including replacing the deprecated Block User spec with the new Report User Fraud endpoint and aligning verification entry specs with a new missingCallbackUrl error example.
Changes:
- Added new
v3-report-user-fraudOpenAPI spec and removedv3-block-user. - Added
missingCallbackUrl400-response example across multiple verification entry specs. - Updated docs site spec list and README API table to point to the new endpoint, plus a new changelog entry for
v3.637.0.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds v3.637.0 entry documenting the spec updates/removal. |
| README.md | Replaces Block User row with Report User Fraud in the API table. |
| docs/index.html | Updates Redoc spec picker list to remove block-user and add report-user-fraud. |
| specs/v3/v3-biometric-authentication-entry.yaml | Adds missingCallbackUrl example to 400 response examples. |
| specs/v3/v3-biometric-enrollment-entry.yaml | Adds missingCallbackUrl example to 400 response examples. |
| specs/v3/v3-biometric-kyc-entry.yaml | Adds missingCallbackUrl example to 400 response examples. |
| specs/v3/v3-document-verification-entry.yaml | Adds missingCallbackUrl example to 400 response examples. |
| specs/v3/v3-enhanced-document-verification-entry.yaml | Adds missingCallbackUrl example to 400 response examples. |
| specs/v3/v3-enhanced-kyc-entry.yaml | Adds missingCallbackUrl example to 400 response examples. |
| specs/v3/v3-smart-selfie-compare-entry.yaml | Adds missingCallbackUrl example to 400 response examples. |
| specs/v3/v3-block-user.yaml | Removes the deprecated Block User API specification. |
| specs/v3/v3-report-user-fraud.yaml | Adds the new Report User Fraud API specification. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+10
to
+18
| ### Changed | ||
| - Updated `v3-biometric-authentication-entry` | ||
| - Updated `v3-biometric-enrollment-entry` | ||
| - Updated `v3-biometric-kyc-entry` | ||
| - Updated `v3-document-verification-entry` | ||
| - Updated `v3-enhanced-document-verification-entry` | ||
| - Updated `v3-enhanced-kyc-entry` | ||
| - Updated `v3-report-user-fraud` | ||
| - Updated `v3-smart-selfie-compare-entry` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Automated v3 OpenAPI spec update for v3.637.0.
PR Type
Enhancement
Description
Replace
v3-block-userAPI with newv3-report-user-fraudendpointAdd
missingCallbackUrlerror example to multiple verification specsUpdate documentation and changelog for v3.637.0
Diagram Walkthrough
File Walkthrough
3 files
Add v3.637.0 changelog entry with updates and removalsReplace Block User with Report User Fraud in API tableUpdate spec list replacing block-user with report-user-fraud9 files
Add missingCallbackUrl error example to 400 responseAdd missingCallbackUrl error example to 400 responseAdd missingCallbackUrl error example to 400 responseRemove entire Block User API specificationAdd missingCallbackUrl error example to 400 responseAdd missingCallbackUrl error example to 400 responseAdd missingCallbackUrl error example to 400 responseAdd new Report User Fraud API specificationAdd missingCallbackUrl error example to 400 response