From 76ec61b0ee6291db8f92e74d47dfca529194401b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Tue, 23 Apr 2024 10:53:58 +0200 Subject: [PATCH] updated openapi yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- docs/static/openapi.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/static/openapi.yml b/docs/static/openapi.yml index 4c5c954..e0d11ec 100644 --- a/docs/static/openapi.yml +++ b/docs/static/openapi.yml @@ -47644,6 +47644,11 @@ paths: type: string asset_registry_path: type: string + dao_machine_funding_amount: + type: string + format: uint64 + dao_machine_funding_denom: + type: string description: >- QueryParamsResponse is response type for the Query/Params RPC method. @@ -77177,6 +77182,11 @@ definitions: type: string asset_registry_path: type: string + dao_machine_funding_amount: + type: string + format: uint64 + dao_machine_funding_denom: + type: string description: Params defines the parameters for the module. planetmintgo.machine.QueryGetLiquidAssetsByMachineidResponse: type: object @@ -77300,6 +77310,11 @@ definitions: type: string asset_registry_path: type: string + dao_machine_funding_amount: + type: string + format: uint64 + dao_machine_funding_denom: + type: string description: QueryParamsResponse is response type for the Query/Params RPC method. planetmintgo.machine.TrustAnchor: type: object