Update API version from v2.2.0 to v2.3.0 across multiple resources an…#111
Merged
fcarrero merged 2 commits intorelease/v2.3.0from Mar 31, 2026
Merged
Update API version from v2.2.0 to v2.3.0 across multiple resources an…#111fcarrero merged 2 commits intorelease/v2.3.0from
fcarrero merged 2 commits intorelease/v2.3.0from
Conversation
…d schemas - Changed media type and references in YAML files for orders, payouts, plans, subscriptions, tokens, transactions, transfers, webhooks, and logs to reflect the new API version. - Updated descriptions and links in schemas to point to the new version of the API documentation.
There was a problem hiding this comment.
Code Review
This pull request updates the API version from 2.2.0 to 2.3.0 across the repository, including the Makefile, main API definition, resource media types, and documentation links. Feedback was provided to correct an invalid markdown link syntax in the payment_method_token_request schema description.
| type: string | ||
| example: "tok_32hj4g234as" | ||
| description: Token id that will be used to create a "card" type payment method. See the (subscriptions)[https://developers.conekta.com/v2.2.0/reference/createsubscription] tutorial for more information on how to tokenize cards. | ||
| description: Token id that will be used to create a "card" type payment method. See the (subscriptions)[https://developers.conekta.com/v2.3.0/reference/createsubscription] tutorial for more information on how to tokenize cards. |
There was a problem hiding this comment.
The markdown link syntax in the description is incorrect. It currently uses (text)[url] instead of the standard [text](url) format. This will prevent the link from rendering correctly in the documentation.
description: Token id that will be used to create a "card" type payment method. See the [subscriptions](https://developers.conekta.com/v2.3.0/reference/createsubscription) tutorial for more information on how to tokenize cards.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…d schemas