summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-03-05 19:10:48 +0100
committerChristian Grothoff <christian@grothoff.org>2022-03-05 19:10:48 +0100
commit35ff3bcfd31e85f6731dbc545078c8c18c4748bb (patch)
tree3939844e04eff83fab61b67ea1921cdb607f38bc /core
parent66f5be59390274e51424f96916739cf785435c8c (diff)
downloaddocs-35ff3bcfd31e85f6731dbc545078c8c18c4748bb.tar.gz
docs-35ff3bcfd31e85f6731dbc545078c8c18c4748bb.tar.bz2
docs-35ff3bcfd31e85f6731dbc545078c8c18c4748bb.zip
update man pages and manuals to reflect new global-fee endpoints and commands
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst41
1 files changed, 17 insertions, 24 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 0dcdc776..a01c7a7f 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -483,9 +483,6 @@ possibly by using HTTPS.
// Public master key of the partner exchange.
partner_master_pub: EddsaPublicKey;
- // Wallet-to-wallet transfer wad fee charged.
- wad_fee: Amount;
-
// Exchange-to-exchange wad (wire) transfer frequency.
wad_frequency: RelativeTime;
@@ -872,6 +869,23 @@ Management operations authorized by master key
}
+.. http:post:: /management/global-fees
+
+ Provides global fee configuration for a timeframe.
+
+ **Request:**
+
+ The request must be a `GlobalFees` message.
+
+ **Response**
+
+ :http:statuscode:`204 No content`:
+ The configuration update has been processed successfully. The body is empty.
+ :http:statuscode:`403 Forbidden`:
+ The signature is invalid.
+ :http:statuscode:`409 Conflict`:
+ The exchange has previously received a conflicting configuration message.
+
.. http:post:: /management/wire
@@ -968,27 +982,6 @@ Management operations authorized by master key
}
-.. http:post:: /management/p2pfees
-
- Provides fee configuration for purses.
-
- .. note::
-
- This is a draft API that is not yet implemented.
-
- **Request:**
-
- The request must be a `P2PFees` message.
-
- **Response**
-
- :http:statuscode:`204 No content`:
- The configuration update has been processed successfully. The body is empty.
- :http:statuscode:`403 Forbidden`:
- The signature is invalid.
- :http:statuscode:`409 Conflict`:
- The exchange has previously received a conflicting configuration message.
-
.. http:post:: /management/partners