commit 668e07b0df6230a927de5a60575c98b9765122f8
parent b57b154b5d7a7138b58699c0fa14f5a2fd5c26a6
Author: Pius Loosli <loosp2@bfh.ch>
Date: Sun, 14 Jan 2024 18:16:18 +0100
Donau: correct indents
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/core/api-donau.rst b/core/api-donau.rst
@@ -504,7 +504,7 @@ The GET status requests require an authorized bearer token as well.
.. http:GET:: /charities
-GET all charities. Only allowed if the request comes with the administration bearer token.
+ GET all charities. Only allowed if the request comes with the administration bearer token.
return all charities
@@ -536,7 +536,7 @@ GET all charities. Only allowed if the request comes with the administration bea
.. http:get:: /charities/$CHARITY_ID
-GET a specific charity. Only allowed if the request comes with the charity or administration bearer token.
+ GET a specific charity. Only allowed if the request comes with the charity or administration bearer token.
Request information about a charity.
@@ -565,7 +565,7 @@ GET a specific charity. Only allowed if the request comes with the charity or ad
final_amout: Amount;
}
- .. http:POST:: /charity
+.. http:POST:: /charity
Add a charity. Only allowed if the request comes with the administrator bearer token.
@@ -623,4 +623,4 @@ GET a specific charity. Only allowed if the request comes with the charity or ad
The request was successful.
:http:statuscode:`403 Forbidden`:
- The request did not contain an accepted administrator bearer token in it's header.
-\ No newline at end of file
+ The request did not contain an accepted administrator bearer token in it's header.