From e9f3f71a4c713ddf1c58770c3d70f51a2bd07455 Mon Sep 17 00:00:00 2001 From: apify-plugins-bot Date: Wed, 5 Aug 2026 09:10:46 +0000 Subject: [PATCH] chore: sync generated content from apify-plugins (7720abc2) --- apify/skills/apify-sdk-integration/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apify/skills/apify-sdk-integration/SKILL.md b/apify/skills/apify-sdk-integration/SKILL.md index 8cfe22a..db62f03 100644 --- a/apify/skills/apify-sdk-integration/SKILL.md +++ b/apify/skills/apify-sdk-integration/SKILL.md @@ -172,7 +172,7 @@ For languages without an official client, use the REST API directly. ### Start a Run ``` -POST https://api.apify.com/v2/acts/{actorId}/runs +POST https://api.apify.com/v2/actors/{actorId}/runs Authorization: Bearer Content-Type: application/json @@ -182,7 +182,7 @@ Content-Type: application/json ### Get Run Status ``` -GET https://api.apify.com/v2/acts/{actorId}/runs/{runId} +GET https://api.apify.com/v2/actor-runs/{runId} Authorization: Bearer ```