fix: payment policies api routes update (EDU-19248) - #1753
Conversation
🛡️ SDD Check — action requiredI couldn't detect an SDD in this PR. Please check one option below (requires write access to the repo):
|
OpenAPI PreviewPreview the changed specs:
|
|
Thanks for your contribution. The .json file will be checked now with Spectral. |
PedroAntunesCosta
left a comment
There was a problem hiding this comment.
The parameter/server mechanics of the fix are correct and match what the Jira ticket describes as the real API contract. However, the operation descriptions for all 5 CRUD-style endpoints still say the account is "identified by the accountName URL variable" — that variable no longer exists after this PR, so the docs would ship with a new inaccuracy of the same kind this ticket was opened to fix. That's the one blocking item; the rest are minor consistency suggestions.
…/github.com/vtex/openapi-schemas into EDU-19248---Fix-Payment-Policies-API-routes
PedroAntunesCosta
left a comment
There was a problem hiding this comment.
All 4 prior recommendations were fixed exactly as suggested. No new issues found in the follow-up pass.
PR created to move the
accountinfo from the URL route to a query string position (EDU-19248).Types of changes
Changelog
Do not forget to update your changes to our Developer Portal's changelog. Did you create a release note?