summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-16 11:26:06 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-16 11:26:06 +0100
commit43881812fb7dce95ada2234e3096a2e839a98752 (patch)
treea81c48c6016325996dc0922767363234b6cdbc38 /core/api-exchange.rst
parent44d4457c72a42581e9a7cf24fb07147555352daa (diff)
downloaddocs-43881812fb7dce95ada2234e3096a2e839a98752.tar.gz
docs-43881812fb7dce95ada2234e3096a2e839a98752.tar.bz2
docs-43881812fb7dce95ada2234e3096a2e839a98752.zip
-update API documentation to match recent change for improved OAuth2.0 compatibility
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 7344353f..8c411b36 100644
--- 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::