gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: donau - small API changes


From: gnunet
Subject: [taler-docs] branch master updated: donau - small API changes
Date: Sun, 17 Dec 2023 17:38:24 +0100

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

lukas-matyja pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new c1483c75 donau - small API changes
c1483c75 is described below

commit c1483c75bf0aa751381f35e1230e01285d058f53
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Sun Dec 17 17:38:47 2023 +0100

    donau - small API changes
---
 core/api-donau.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core/api-donau.rst b/core/api-donau.rst
index 8c4b3474..be4f8db9 100644
--- a/core/api-donau.rst
+++ b/core/api-donau.rst
@@ -500,9 +500,12 @@ Charity administration and status information
 ---------------------------------------------
 
 The administration requests require an authorized bearer token to be set in 
the HTTP "Authorization" Header. This token can be set by a proxy validating 
authentication/authorization (using e.g. LDAP).
+The GET status requests require an authorized bearer token as well so that 
only the charities can make these requests.
 
 .. http:GET::  /charities
 
+GET all charities. Only allowed if the request comes with the administration 
bearer token.
+
   return all charities
 
   **Request:**
@@ -533,6 +536,8 @@ The administration requests require an authorized bearer 
token to be set in the
 
 .. http:get:: /charities/$CHARITY_ID
 
+GET a specific charity. Only allowed if the request comes with the charity or 
administration bearer token.
+
   Request information about a charity.
 
   **Request:**

-- 
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]