We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adb9a8 commit 0f55abfCopy full SHA for 0f55abf
chainkit/overlays/overlay.yaml
@@ -56,6 +56,18 @@ actions:
56
description: Remove the /v1/lookingGlass/compositeQuery path
57
update:
58
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"}
71
72
- target: $
73
description: Add a servers list to the OpenAPI spec
0 commit comments