Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cancel payout order endpoint to API #74

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Add cancel payout order endpoint to API #74

merged 1 commit into from
Nov 6, 2024

Conversation

fcarrero
Copy link
Collaborator

@fcarrero fcarrero commented Nov 6, 2024

This commit adds a new endpoint /payout_orders/{id}/cancel to the API. This endpoint allows users to cancel a payout order resource by providing the corresponding ID. The request can also include an optional Accept-Language header for specifying the language of the response.

The commit includes changes to the following files:

  • _build/api.yaml
  • api.yaml
  • resources/payout_orders/cancel_payout_order.yml

The commit also introduces new components, such as schemas and error responses, related to cancelling payout orders.

Note: The commit message has been kept informal and concise, as requested.

This commit adds a new endpoint `/payout_orders/{id}/cancel` to the API. This endpoint allows users to cancel a payout order resource by providing the corresponding ID. The request can also include an optional `Accept-Language` header for specifying the language of the response.

The commit includes changes to the following files:
- `_build/api.yaml`
- `api.yaml`
- `resources/payout_orders/cancel_payout_order.yml`

The commit also introduces new components, such as schemas and error responses, related to cancelling payout orders.

Note: The commit message has been kept informal and concise, as requested.
@fcarrero fcarrero merged commit 1891e21 into main Nov 6, 2024
5 checks passed
@fcarrero fcarrero deleted the cancel-payout branch November 6, 2024 14:59
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.

2 participants