chore: update v3 OpenAPI specs to v3.640.0#16
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 v3 OpenAPI spec set to release v3.640.0, replacing the removed Block User endpoint with a new Report User Fraud endpoint and expanding validation-error examples across multiple verification entry specs.
Changes:
- Removed
v3-block-userspec and updated docs/index + README endpoint tables accordingly. - Added new
v3-report-user-fraudOpenAPI spec describing structured fraud reporting / clearing. - Added a
missingCallbackUrl400-error example to multiple entry specs.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
CHANGELOG.md |
Adds v3.640.0 release notes (needs small categorization fix for newly-added spec). |
README.md |
Updates endpoint table to remove Block User and add Report User Fraud. |
docs/index.html |
Updates Redoc spec list to remove Block User and add Report User Fraud. |
specs/v3/v3-biometric-authentication-entry.yaml |
Adds missingCallbackUrl 400 example. |
specs/v3/v3-biometric-enrollment-entry.yaml |
Adds missingCallbackUrl 400 example. |
specs/v3/v3-biometric-kyc-entry.yaml |
Adds missingCallbackUrl 400 example. |
specs/v3/v3-document-verification-entry.yaml |
Adds missingCallbackUrl 400 example. |
specs/v3/v3-enhanced-document-verification-entry.yaml |
Adds missingCallbackUrl 400 example. |
specs/v3/v3-enhanced-kyc-entry.yaml |
Adds missingCallbackUrl 400 example. |
specs/v3/v3-smart-selfie-compare-entry.yaml |
Adds missingCallbackUrl 400 example. |
specs/v3/v3-report-user-fraud.yaml |
Introduces the new fraud reporting/clearing endpoint spec. |
specs/v3/v3-block-user.yaml |
Removes the old Block User spec entirely. |
💡 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` |
| The response is `202 Accepted` once the request has been validated | ||
| and handled. |
| summary: Missing callback_url and no default set | ||
| value: | ||
| status: Bad Request | ||
| message: A valid callback_url is required in the request or a default callback URL must be configured in the portal. |
| summary: Missing callback_url and no default set | ||
| value: | ||
| status: Bad Request | ||
| message: A valid callback_url is required in the request or a default callback URL must be configured in the portal. |
| summary: Missing callback_url and no default set | ||
| value: | ||
| status: Bad Request | ||
| message: A valid callback_url is required in the request or a default callback URL must be configured in the portal. |
| summary: Missing callback_url and no default set | ||
| value: | ||
| status: Bad Request | ||
| message: A valid callback_url is required in the request or a default callback URL must be configured in the portal. |
| summary: Missing callback_url and no default set | ||
| value: | ||
| status: Bad Request | ||
| message: A valid callback_url is required in the request or a default callback URL must be configured in the portal. |
| summary: Missing callback_url and no default set | ||
| value: | ||
| status: Bad Request | ||
| message: A valid callback_url is required in the request or a default callback URL must be configured in the portal. |
| summary: Missing callback_url and no default set | ||
| value: | ||
| status: Bad Request | ||
| message: A valid callback_url is required in the request or a default callback URL must be configured in the portal. |
User description
Automated v3 OpenAPI spec update for v3.640.0.
PR Type
Enhancement
Description
Replace
v3-block-userAPI with newv3-report-user-fraudendpointAdd
missingCallbackUrlerror example to multiple verification specsNew fraud reporting supports structured reasons and email-based attribution
Diagram Walkthrough
File Walkthrough
3 files
Add v3.640.0 changelog entry with updates and removalReplace 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