gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: -unify capitalization


From: gnunet
Subject: [taler-docs] branch master updated: -unify capitalization
Date: Mon, 18 Sep 2023 21:32:59 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2e2450c9 -unify capitalization
2e2450c9 is described below

commit 2e2450c94f1c25c79bbdb3033a5777e173dc81e8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 18 21:32:56 2023 +0200

    -unify capitalization
---
 core/api-exchange.rst | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index e7934bff..b7713a16 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2037,7 +2037,7 @@ coins along with their age commitments to proof that they 
were appropriate.
 If so, the exchange will blindly sign ``n`` undisclosed coins from the request.
 
 
-.. http:POST:: /reserves/$RESERVE_PUB/age-withdraw
+.. http:post:: /reserves/$RESERVE_PUB/age-withdraw
 
   Withdraw multiple coins *with age restriction* from the same reserve.
   Note that the client should commit all of the request details, including the
@@ -2131,7 +2131,7 @@ If so, the exchange will blindly sign ``n`` undisclosed 
coins from the request.
 
 
 
-.. http:POST:: /age-withdraw/$ACH/reveal
+.. http:post:: /age-withdraw/$ACH/reveal
 
   The client has previously committed to multiple coins with age restriction
   in a call to ``/reserve/$RESERVE_PUB/age-withdraw`` and got a
@@ -2576,7 +2576,7 @@ Reserve History
 Coin History
 ------------
 
-.. http:GET:: /coins/$COIN_PUB/history
+.. http:get:: /coins/$COIN_PUB/history
 
   Obtain the transaction history of a coin.  Used only in special cases, like
   when the exchange claims a double-spending error and the wallet does not
@@ -3000,7 +3000,7 @@ proof to the seller for the escrow of sufficient fund.
 
 .. _deposit:
 
-.. http:POST:: /batch-deposit
+.. http:post:: /batch-deposit
 
   Deposit multiple coins and ask the exchange to transfer the given 
:ref:`amount`
   into the merchant's bank account.  This API is used by the merchant to redeem
@@ -4079,7 +4079,7 @@ typically also view the balance.)
 Refunds
 -------
 
-.. http:POST:: /coins/$COIN_PUB/refund
+.. http:post:: /coins/$COIN_PUB/refund
 
   Undo deposit of the given coin, restoring its value.
 
@@ -4178,8 +4178,8 @@ Refunds
 Wallet-to-wallet transfers
 --------------------------
 
-.. http:GET:: /purses/$PURSE_PUB/merge
-.. http:GET:: /purses/$PURSE_PUB/deposit
+.. http:get:: /purses/$PURSE_PUB/merge
+.. http:get:: /purses/$PURSE_PUB/deposit
 
   Obtain information about a purse.  Depending on the suffix,
   the long-polling (if any) will wait for either a merge or
@@ -4254,7 +4254,7 @@ Wallet-to-wallet transfers
 
 
 
-.. http:POST:: /purses/$PURSE_PUB/create
+.. http:post:: /purses/$PURSE_PUB/create
 
   Create a purse by depositing money into it. First step of a PUSH payment.
 
@@ -4520,7 +4520,7 @@ Wallet-to-wallet transfers
     was already decided.
 
 
-.. http:POST:: /purses/$PURSE_PUB/merge
+.. http:post:: /purses/$PURSE_PUB/merge
 
   Merge purse with account, adding the value of the purse into
   the account.  Endpoint to be used by the receiver of a PUSH payment.
@@ -4626,7 +4626,7 @@ Wallet-to-wallet transfers
 
 
 
-.. http:POST:: /reserves/$RESERVE_PUB/purse
+.. http:post:: /reserves/$RESERVE_PUB/purse
 
   Create purse for an account.  First step of a PULL payment.
 
@@ -4728,7 +4728,7 @@ Wallet-to-wallet transfers
     }
 
 
-.. http:POST:: /purses/$PURSE_PUB/deposit
+.. http:post:: /purses/$PURSE_PUB/deposit
 
   Deposit money into a purse. Used by the buyer for a PULL payment.
 
@@ -4864,7 +4864,7 @@ These endpoints are used to manage exchange-to-exchange 
payments in support of
 wallet-to-wallet payments.  Only another exchange should access this endpoint.
 
 
-.. http:GET:: /wads/$WAD_ID
+.. http:get:: /wads/$WAD_ID
 
   Obtain information about a wad.
 
@@ -4952,7 +4952,7 @@ wallet-to-wallet payments.  Only another exchange should 
access this endpoint.
 KYC status updates
 ------------------
 
-.. http:POST:: /kyc-wallet
+.. http:post:: /kyc-wallet
 
   Setup KYC identification for a wallet.  Returns the KYC UUID.
 
@@ -5009,7 +5009,7 @@ KYC status updates
      }
 
 
-.. http:GET:: /kyc-check/$REQUIREMENT_ROW/$H_PAYTO/$USERTYPE
+.. http:get:: /kyc-check/$REQUIREMENT_ROW/$H_PAYTO/$USERTYPE
 
   Check or update KYC status of a particular payment target.
   Returns the current KYC status of the account and, if
@@ -5121,7 +5121,7 @@ KYC status updates
 
     }
 
-.. http:GET:: /kyc-proof/$PROVIDER_SECTION?state=$H_PAYTO
+.. http:get:: /kyc-proof/$PROVIDER_SECTION?state=$H_PAYTO
 
   Update KYC status of a particular payment target. Provides
   information to the exchange that allows it to verify that the
@@ -5162,10 +5162,10 @@ KYC status updates
     service within a reasonable time period.
 
 
-.. http:GET:: /kyc-webhook/$PROVIDER_SECTION/*
-.. http:POST:: /kyc-webhook/$PROVIDER_SECTION/*
-.. http:GET:: /kyc-webhook/$LOGIC/*
-.. http:POST:: /kyc-webhook/$LOGIC/*
+.. http:get:: /kyc-webhook/$PROVIDER_SECTION/*
+.. http:post:: /kyc-webhook/$PROVIDER_SECTION/*
+.. http:get:: /kyc-webhook/$LOGIC/*
+.. http:post:: /kyc-webhook/$LOGIC/*
 
   Update KYC status of a particular payment target. Provides
   information to the KYC logic of the exchange that allows

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]