diff --git a/advanced.html b/advanced.html
index 5aab868..c59a1a8 100644
--- a/advanced.html
+++ b/advanced.html
@@ -250,8 +250,7 @@
The response is your Public and Private Keypair and has the following format:
-{ - "p" : ..., +{ "p" : ..., "kty" : "RSA", "q" : ..., "d" : ..., @@ -265,8 +264,7 @@ }Use the public key parameters (kty, e, kid, alg, n) to create your Public Key - in the following format: - + in the following format:
{ "kty": "RSA", @@ -336,7 +334,7 @@ "sub": "{SERVICE_ID}", "aud": "https://aai.openaire.eu/oidc/token", "jti": "{RANDOM_STRING}", - "exp": {EXPIRATION_TIME_OF_SIGNED_JWT} + "exp": {EXPIRATION_TIME_OF_SIGNED_JWT} }
The OpenAIRE APIs can be accessed over HTTPS both by authenticated and non authenticated requests. Currently, there is an adjustment period until September 2021, when the rate limit for both authenticated - and non authenticated requests is up to 3600 requests per hour. After this period we plan to significantly + and non authenticated requests is up to 7200 requests per hour. After this period we plan to significantly lower the rate limit of non authenticated requests up to 60 requests per hour.
Please consider to make authenticated requests to achieve better rate limits. Check our Privacy Policy here.
@@ -241,12 +241,12 @@