Difference between revisions of "Translations:PoP Miner API/19/en"

From Veriblock Wiki
Jump to: navigation, search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 14:08, 8 January 2020

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (PoP Miner API)
{| class="wikitable"
! style="text-align:left;"| Property
! style="text-align:left;"| Constraint
! style="text-align:left;"| Data Type
! style="text-align:left;"| Description
|-
|key
|Required
|String
|Represents the name of a configuration property to set. Possible values are listed under GET /api/config.
|-
|value
|Required
|String
|Represents the value to be set for a given configuration property. The value should be a string but must be convertible to the appropriate type for that configuration property. (E.g. "auto.mine.round1" must have a value of "true" or "false")
|}
Translation{| class="wikitable"
! style="text-align:left;"| Property
! style="text-align:left;"| Constraint
! style="text-align:left;"| Data Type
! style="text-align:left;"| Description
|-
|key
|Required
|String
|Represents the name of a configuration property to set. Possible values are listed under GET /api/config.
|-
|value
|Required
|String
|Represents the value to be set for a given configuration property. The value should be a string but must be convertible to the appropriate type for that configuration property. (E.g. "auto.mine.round1" must have a value of "true" or "false")
|}
Property Constraint Data Type Description
key Required String Represents the name of a configuration property to set. Possible values are listed under GET /api/config.
value Required String Represents the value to be set for a given configuration property. The value should be a string but must be convertible to the appropriate type for that configuration property. (E.g. "auto.mine.round1" must have a value of "true" or "false")