You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>"documentation_url": "{% data variables.product.doc_url_pre %}/v3"
145
+
>"documentation_url": "{% data variables.product.doc_url_pre %}"
146
146
> }
147
147
```
148
148
@@ -156,7 +156,7 @@ $ curl -i {% data variables.product.api_url_pre %} -u {% if currentVersion == "f
156
156
> HTTP/1.1 403 Forbidden
157
157
> {
158
158
>"message": "Maximum number of login attempts exceeded. Please try again later.",
159
-
>"documentation_url": "{% data variables.product.doc_url_pre %}/v3"
159
+
>"documentation_url": "{% data variables.product.doc_url_pre %}"
160
160
> }
161
161
```
162
162
@@ -403,7 +403,7 @@ If you exceed the rate limit, an error response returns:
403
403
404
404
> {
405
405
> "message": "API rate limit exceeded for xxx.xxx.xxx.xxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
406
-
> "documentation_url": "{% data variables.product.doc_url_pre %}/v3/#rate-limiting"
406
+
> "documentation_url": "{% data variables.product.doc_url_pre %}/overview/resources-in-the-rest-api#rate-limiting"
407
407
> }
408
408
```
409
409
@@ -448,7 +448,7 @@ If your application triggers this rate limit, you'll receive an informative resp
448
448
449
449
> {
450
450
> "message": "You have triggered an abuse detection mechanism and have been temporarily blocked from content creation. Please retry your request again later.",
451
-
> "documentation_url": "{% data variables.product.doc_url_pre %}/v3/#abuse-rate-limits"
451
+
> "documentation_url": "{% data variables.product.doc_url_pre %}/overview/resources-in-the-rest-api#abuse-rate-limits"
0 commit comments