taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 43881812fb7dce95ada2234e3096a2e839a98752
parent 44d4457c72a42581e9a7cf24fb07147555352daa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 16 Jan 2023 11:26:06 +0100

-update API documentation to match recent change for improved OAuth2.0 compatibility

Diffstat:
Mcore/api-exchange.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -4769,7 +4769,7 @@ KYC status updates } -.. http:GET:: /kyc-proof/$H_PAYTO/$PROVIDER_SECTION +.. 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 @@ -4784,7 +4784,7 @@ KYC status updates If $LOGIC is "oauth2.0", the query parameters are: :query code=CODE: OAuth 2.0 code argument. - :query state=CODE: OAuth 2.0 state argument. + :query state=CODE: OAuth 2.0 state argument with the H_PAYTO. .. note::