Skip to content

Commit 0f55abf

Browse files
authored
fix: add 201 status response in list utxos v2 (#307)
1 parent 3adb9a8 commit 0f55abf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

chainkit/overlays/overlay.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ actions:
5656
description: Remove the /v1/lookingGlass/compositeQuery path
5757
update:
5858
x-speakeasy-ignore: true
59+
60+
- target: $.paths['/v1/networks/{network}/blockchains/{blockchainId}/utxos'].post.responses
61+
description: Add a 201 status code to the response
62+
update:
63+
'201':
64+
description: Successful response
65+
content:
66+
"application/json":
67+
schema:
68+
oneOf:
69+
- {$ref: "#/components/schemas/ListPChainUtxosResponse"}
70+
- {$ref: "#/components/schemas/ListUtxosResponse"}
5971

6072
- target: $
6173
description: Add a servers list to the OpenAPI spec

0 commit comments

Comments
 (0)