Update LCD swagger docs
This commit is contained in:
parent
b4528d2a5d
commit
4f34cb7c1e
|
@ -376,16 +376,6 @@ paths:
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
|
||||||
name: simulate
|
|
||||||
description: if true, ignore the gas field and perform a simulation of a transaction, but don't broadcast it
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- in: query
|
|
||||||
name: generate_only
|
|
||||||
description: if true, build an unsigned transaction and write it back
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- in: path
|
- in: path
|
||||||
name: address
|
name: address
|
||||||
description: Account address in bech32 format
|
description: Account address in bech32 format
|
||||||
|
@ -638,16 +628,6 @@ paths:
|
||||||
post:
|
post:
|
||||||
summary: Submit delegation
|
summary: Submit delegation
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
|
||||||
name: simulate
|
|
||||||
description: if true, ignore the gas field and perform a simulation of a transaction, but don't broadcast it
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- in: query
|
|
||||||
name: generate_only
|
|
||||||
description: if true, build an unsigned transaction and write it back
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- in: body
|
- in: body
|
||||||
name: delegation
|
name: delegation
|
||||||
description: The password of the account to remove from the KMS
|
description: The password of the account to remove from the KMS
|
||||||
|
@ -1123,16 +1103,6 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- ICS23
|
- ICS23
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
|
||||||
name: simulate
|
|
||||||
description: if true, ignore the gas field and perform a simulation of a transaction, but don't broadcast it
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- in: query
|
|
||||||
name: generate_only
|
|
||||||
description: if true, build an unsigned transaction and write it back
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- type: string
|
- type: string
|
||||||
description: Bech32 validator address
|
description: Bech32 validator address
|
||||||
name: validatorAddr
|
name: validatorAddr
|
||||||
|
@ -1169,16 +1139,6 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- ICS22
|
- ICS22
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
|
||||||
name: simulate
|
|
||||||
description: if true, ignore the gas field and perform a simulation of a transaction, but don't broadcast it
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- in: query
|
|
||||||
name: generate_only
|
|
||||||
description: if true, build an unsigned transaction and write it back
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- description: valid value of `"proposal_type"` can be `"text"`, `"parameter_change"`, `"software_upgrade"`
|
- description: valid value of `"proposal_type"` can be `"text"`, `"parameter_change"`, `"software_upgrade"`
|
||||||
name: post_proposal_body
|
name: post_proposal_body
|
||||||
in: body
|
in: body
|
||||||
|
@ -1257,16 +1217,6 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- ICS22
|
- ICS22
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
|
||||||
name: simulate
|
|
||||||
description: if true, ignore the gas field and perform a simulation of a transaction, but don't broadcast it
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- in: query
|
|
||||||
name: generate_only
|
|
||||||
description: if true, build an unsigned transaction and write it back
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- type: string
|
- type: string
|
||||||
description: proposal id
|
description: proposal id
|
||||||
name: proposalId
|
name: proposalId
|
||||||
|
@ -1355,16 +1305,6 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- ICS22
|
- ICS22
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
|
||||||
name: simulate
|
|
||||||
description: if true, ignore the gas field and perform a simulation of a transaction, but don't broadcast it
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- in: query
|
|
||||||
name: generate_only
|
|
||||||
description: if true, build an unsigned transaction and write it back
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
- type: string
|
- type: string
|
||||||
description: proposal id
|
description: proposal id
|
||||||
name: proposalId
|
name: proposalId
|
||||||
|
@ -1888,6 +1828,12 @@ definitions:
|
||||||
gas_adjustment:
|
gas_adjustment:
|
||||||
type: string
|
type: string
|
||||||
example: "1.2"
|
example: "1.2"
|
||||||
|
generate_only:
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
|
simulate:
|
||||||
|
type: boolean
|
||||||
|
example: true
|
||||||
TendermintValidator:
|
TendermintValidator:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue