We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b1947 commit d9e8e76Copy full SHA for d9e8e76
nginx.conf
@@ -404,6 +404,10 @@ server {
404
rewrite ^/api/v2/users-monthly-usage$ /api/v2/users permanent;
405
rewrite ^/api/v2/users-account-and-usage-limits$ /api/v2/users permanent;
406
407
+ # api/v2-new to api/v2
408
+
409
+ rewrite ^/api/v2-new(.*)$ /api/v2$1 permanent;
410
411
# Actor marketing playbook addition
412
413
rewrite ^/academy/get-most-of-actors$ /academy/actor-marketing-playbook permanent;
static/robots.txt
@@ -2,3 +2,4 @@ User-agent: *
2
Sitemap: https://docs.apify.com/sitemap.xml
3
Disallow: https://docs.apify.com/api/v2-old
4
Disallow: https://docs.apify.com/api/v2-redoc
5
+Disallow: https://docs.apify.com/api/v2-new
0 commit comments