Skip to content

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
add-v2-3-0-version
Mar 31, 2026
Merged

Update API version from v2.2.0 to v2.3.0 across multiple resources an…#111
fcarrero merged 2 commits intorelease/v2.3.0from
add-v2-3-0-version

Conversation

@fcarrero
Copy link
Copy Markdown
Collaborator

…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.

…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.
@fcarrero fcarrero merged commit d4e381a into release/v2.3.0 Mar 31, 2026
7 checks passed
@fcarrero fcarrero deleted the add-v2-3-0-version branch March 31, 2026 18:45
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant