chore: update v3 OpenAPI specs to v3.553.0#7
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
Automated sync of the v3 OpenAPI spec set to v3.553.0, consolidating “services” endpoints into v3-services.yaml and renaming the verification status operation for /v3/status/{jobId}.
Changes:
- Renamed the
/v3/status/{jobId}operationId togetVerificationStatusand updated docs links accordingly. - Merged Supported Documents and ID Status specs into
v3-services.yaml, removing the standalone spec files. - Updated the docs site spec list and changelog to reflect the consolidated/removed specs.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| specs/v3/v3-verification-status.yaml | Renames the operationId for the verification status endpoint. |
| specs/v3/v3-supported-documents.yaml | Removes standalone supported-documents spec (now covered by v3-services). |
| specs/v3/v3-services.yaml | Adds supported-documents + id-status endpoints/schemas and auth scheme to Services spec. |
| specs/v3/v3-id-status.yaml | Removes standalone id-status spec (now covered by v3-services). |
| README.md | Updates the endpoint/spec table to point at consolidated specs and new “Verification Status” entry. |
| docs/index.html | Updates Redoc spec selector list to remove deleted specs and include verification status. |
| CHANGELOG.md | Adds v3.553.0 entry documenting updated/removed specs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
User description
Automated v3 OpenAPI spec update for v3.553.0.
PR Type
Enhancement
Description
Consolidate separate API specs into unified
v3-services.yamlRemove standalone
v3-id-status,v3-supported-documentsspecsRename
v3-enhanced-kyc-job-statustov3-verification-statusUpdate docs, README table, and changelog accordingly
Diagram Walkthrough
File Walkthrough
3 files
Add v3.553.0 changelog entry with removalsUpdate spec table to reflect consolidationUpdate SPECS list removing deleted entries4 files
Remove standalone ID status spec fileAdd id_status and supported_documents endpointsRemove standalone supported documents spec fileRename operationId to getVerificationStatus