docs: remove deprecated id field from checkout update request examples - #646
docs: remove deprecated id field from checkout update request examples#646raginpirate wants to merge 1 commit into
Conversation
|
Thanks for the cleanup @raginpirate ! Can you make sure to also clean the MCP examples (like https://ucp.dev/draft/specification/checkout-mcp/#request_1) and Embedded (like https://ucp.dev/draft/specification/embedded-checkout/#ectotalschange - not sure about Embedded tbh) |
|
Good ask to trust but verify @damaz91! I went and swept the repo. MCP — the "arguments": {
"id": "checkout_abc123", // target resource
"checkout": { ... } // no id in here
}
Embedded — the So I think this is the only patch we need to make! |
|
Thanks for double checking @raginpirate ! LGTM. While reviewing the holistic deprecation of "id" in update_checkout, I noticed the OpenAPI schema is not marking it as "omit" as it should. Opened #649 to track. |
Description
We cemented our transition from required -> omit on this id the other month, but forgot to cleanup the deprecated doc markers. Now removed! #341
Category (Required)
Please select one or more categories that apply to this change.
ucp-schematool (resolver, linter, validator). (Requires Maintainer approval)Checklist
!for breaking changes).