chore: update v3 OpenAPI specs to v3.639.0#15
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 repository’s v3 OpenAPI specification set to v3.639.0 by removing the deprecated Block User spec, introducing the new Report User Fraud spec, and adding a new missingCallbackUrl 400-example across several verification entry specs. It also updates the docs site spec list, README endpoint table, and changelog to reflect the new release.
Changes:
- Added new
v3-report-user-fraudOpenAPI spec and removedv3-block-user. - Added
missingCallbackUrl400-response example to multiple verification specs. - Updated README, docs site spec list, and CHANGELOG for the v3.639.0 release.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds v3.639.0 release notes (needs minor restructuring to reflect “Added” vs “Changed”). |
| README.md | Replaces Block User entry with Report User Fraud in the endpoint table. |
| docs/index.html | Removes Block User from rendered docs spec list and adds Report User Fraud. |
| specs/v3/v3-biometric-authentication-entry.yaml | Adds missingCallbackUrl example to 400 responses. |
| specs/v3/v3-biometric-enrollment-entry.yaml | Adds missingCallbackUrl example to 400 responses. |
| specs/v3/v3-biometric-kyc-entry.yaml | Adds missingCallbackUrl example to 400 responses. |
| specs/v3/v3-document-verification-entry.yaml | Adds missingCallbackUrl example to 400 responses. |
| specs/v3/v3-enhanced-document-verification-entry.yaml | Adds missingCallbackUrl example to 400 responses. |
| specs/v3/v3-enhanced-kyc-entry.yaml | Adds missingCallbackUrl example to 400 responses. |
| specs/v3/v3-smart-selfie-compare-entry.yaml | Adds missingCallbackUrl example to 400 responses. |
| specs/v3/v3-report-user-fraud.yaml | Introduces the new Report User Fraud endpoint spec (one example key naming nit). |
| specs/v3/v3-block-user.yaml | Removes the deprecated Block User endpoint spec. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### 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` | ||
|
|
||
| ### Removed | ||
| - `v3-block-user` |
| value: | ||
| message: "Field 'reason' must be one of: FIRST_PARTY_FRAUD, SECOND_PARTY_FRAUD, THIRD_PARTY_FRAUD, SYNTHETIC_IDENTITY, ACCOUNT_TAKEOVER, DOCUMENT_FORGERY, IDENTITY_FARMING, MULE_ACCOUNT, OTHER." | ||
| status: Bad Request | ||
| missingNotesOnUnblock: |
|
Consolidated into #16 (v3.640.0), now merged. |
User description
Automated v3 OpenAPI spec update for v3.639.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.639.0
Diagram Walkthrough
File Walkthrough
3 files
Add v3.639.0 changelog entry with updates and removalsReplace Block User with Report User Fraud in API tableUpdate spec list: remove block-user, add 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