From 095c361c24d25acaf163c5de4c7e3b2aef946375 Mon Sep 17 00:00:00 2001 From: apify-plugins-bot Date: Tue, 4 Aug 2026 08:35:32 +0000 Subject: [PATCH] chore: sync generated content from apify-plugins (d4e3dce6) --- skills/apify-sdk-integration/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/apify-sdk-integration/SKILL.md b/skills/apify-sdk-integration/SKILL.md index 2c49751..eafe058 100644 --- a/skills/apify-sdk-integration/SKILL.md +++ b/skills/apify-sdk-integration/SKILL.md @@ -169,7 +169,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 @@ -179,7 +179,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 ```