chore: update v3 OpenAPI specs to v3.662.0#17
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
6e0642f to
3786800
Compare
There was a problem hiding this comment.
Pull request overview
Automated update of the v3 OpenAPI spec set to v3.662.0, aligning documented endpoint paths and top-level spec metadata to match the latest API surface (and keeping the repo’s reference docs consistent for GitHub Pages / Postman import use).
Changes:
- Renamed several v3 endpoint paths to use underscores instead of hyphens (document verification specs).
- Renamed Smart Selfie Compare endpoint path to
POST /v3/compare. - Removed hardcoded
serversblocks from the Services and Report User Fraud specs, and added a v3.662.0 changelog entry.
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-smart-selfie-compare-entry.yaml | Updates the documented path to /v3/compare for Smart Selfie Compare. |
| specs/v3/v3-document-verification-entry.yaml | Switches the documented path to underscore form (/v3/document_verification). |
| specs/v3/v3-enhanced-document-verification-entry.yaml | Switches the documented path to underscore form (/v3/enhanced_document_verification). |
| specs/v3/v3-services.yaml | Removes hardcoded server URLs from the Services spec. |
| specs/v3/v3-report-user-fraud.yaml | Removes hardcoded server URLs from the Report User Fraud spec. |
| README.md | Updates the endpoint/spec table to reflect the renamed paths. |
| CHANGELOG.md | Adds the v3.662.0 release entry describing the updated specs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3786800 to
5adc781
Compare
5adc781 to
51c9000
Compare
|
Ope (@okufoniyi) Auto-merge couldn't complete after retries - please review and merge this PR manually. |
User description
Automated v3 OpenAPI spec update for v3.662.0.
Triggered by Ope (@okufoniyi) - assigned to you in case it needs a manual merge.
PR Type
enhancement
Description
Update API endpoint paths to use underscores instead of hyphens
Remove hardcoded server URLs from services and fraud specs
Change Smart Selfie Compare path from
/v3/smart_selfie_compareto/v3/compareAdd changelog entry for v3.662.0
Diagram Walkthrough
File Walkthrough
2 files
Add v3.662.0 release changelog entryUpdate endpoint paths in spec table3 files
Change path from hyphenated to underscoredChange path from hyphenated to underscoredRename endpoint path to `/v3/compare`2 files
Remove hardcoded server URLs blockRemove hardcoded server URLs block