summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-06 11:43:20 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-06 11:43:20 +0200
commitc991ac8bfd914d22387282a0975b9c06520bfaa8 (patch)
tree3a0ca9a58c1595809c54a49a584c28c90b4ee8f0 /core/api-exchange.rst
parente268febe2fcee6d3a8c1dc238105979f22fcfc42 (diff)
downloaddocs-c991ac8bfd914d22387282a0975b9c06520bfaa8.tar.gz
docs-c991ac8bfd914d22387282a0975b9c06520bfaa8.tar.bz2
docs-c991ac8bfd914d22387282a0975b9c06520bfaa8.zip
-fix some missing references
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index bd5b7500..dac703d2 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2135,7 +2135,7 @@ proof to the seller for the escrow of sufficient fund.
// Note that support for policies is an optional feature of the exchange.
// Optional features are so called "extensions" in Taler. The exchange
// provides the list of supported extensions, including policies, in the
- // `ExchangeKeysExtensionsResponse` response to the ``/keys`` endpoint.
+ // `ExtensionsManifestsResponse` response to the ``/keys`` endpoint.
policy?: DepositPolicy;
// Signature over `TALER_DepositRequestPS`, made by the customer with the
@@ -2254,7 +2254,7 @@ proof to the seller for the escrow of sufficient fund.
// - Type 2 refers to an auction with two winners, paying
// the third-highest price,
// - etc.
- type: integer;
+ type: number;
// The vector of prices for the Brandt-Vickrey auction. The values MUST
// be in strictly increasing order.
@@ -4698,7 +4698,7 @@ naturally expire and possibly (5) wire the funds to a designated account.
// Array of KYC attributes available. The attribute names
// listed are expected to be from the respective GANA
// registry.
- details: String[];
+ details: string[];
}
@@ -4738,7 +4738,7 @@ naturally expire and possibly (5) wire the funds to a designated account.
request_timestamp: Timestamp;
// Array of KYC attributes requested.
- details: String[];
+ details: string[];
}
.. ts:def:: ReserveAttestResponse