diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-06-29 11:44:56 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-06-29 11:44:56 +0200 |
commit | 78023fd12ca363d2cce3f6cbe50652b6c6d5dc5d (patch) | |
tree | 52122ddad5da45475c9b0e71d594f7a50227f14a | |
parent | 57103830cc64694158a36b24a873427ce7dc978e (diff) | |
download | docs-78023fd12ca363d2cce3f6cbe50652b6c6d5dc5d.tar.gz docs-78023fd12ca363d2cce3f6cbe50652b6c6d5dc5d.tar.bz2 docs-78023fd12ca363d2cce3f6cbe50652b6c6d5dc5d.zip |
rename endpoint
-rw-r--r-- | api-bank.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-bank.rst b/api-bank.rst index b782ca5..07de819 100644 --- a/api-bank.rst +++ b/api-bank.rst @@ -24,7 +24,7 @@ Bank API This API provides programmatic user registration at the bank. .. _bank-register: -.. http:post:: /user/register +.. http:post:: /register **Request** The body of this request must have the format of a `BankRegistrationRequest`_. |