Skip to content

Commit

Permalink
feat: Add summary for creating charges in API
Browse files Browse the repository at this point in the history
This commit adds a summary to the API documentation for creating charges. The summary now states "Create charges" to provide a concise description of the functionality. This change was made in both the `api.yaml` and `order_charges_param.yml` files.
  • Loading branch information
fcarrero committed Oct 25, 2024
1 parent 3c4983b commit 6e448c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _build/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,7 @@ paths:
description: internal server error
security:
- bearerAuth: []
summary: Create charges
tags:
- Charges
/companies:
Expand Down
1 change: 1 addition & 0 deletions resources/orders/order_charges_param.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ post:
tags:
- Charges
operationId: ordersCreateCharges
summary: Create charges
description: Create charges for an existing orden
responses:
200:
Expand Down

0 comments on commit 6e448c1

Please sign in to comment.