Skip to content

Commit

Permalink
chore: change param name fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Nov 6, 2024
1 parent 38f8bc9 commit 0cd9737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/paths/api/utils/txs/evaluate/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ post:
type: number
default: 5
description: |
Optional parameter to specify whether to use version 6 of the API. If `true`, the response will be in v6 format.
Optional parameter to specify the version of the Ogmios service to use. Default is `5`. Set to `6` to use Ogmios version 6.
x-codeSamples:
- lang: "Shell"
label: "cURL"
Expand Down
2 changes: 1 addition & 1 deletion src/paths/api/utils/txs/evaluate/utxos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ post:
type: number
default: 5
description: |
Optional parameter to specify whether to use version 6 of the API. If `true`, the response will be in v6 format.
Optional parameter to specify the version of the Ogmios service to use. Default is `5`. Set to `6` to use Ogmios version 6.
requestBody:
description: "JSON payload"
required: true
Expand Down

0 comments on commit 0cd9737

Please sign in to comment.