Skip to content

Commit 84136d8

Browse files
authored
Merge pull request #7 from apify/apify-plugins-sync/d4e3dce6
chore: sync generated content from apify-plugins
2 parents 1f2b293 + 1f588db commit 84136d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apify/skills/apify-sdk-integration

apify/skills/apify-sdk-integration/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ For languages without an official client, use the REST API directly.
172172
### Start a Run
173173

174174
```
175-
POST https://api.apify.com/v2/acts/{actorId}/runs
175+
POST https://api.apify.com/v2/actors/{actorId}/runs
176176
Authorization: Bearer <APIFY_TOKEN>
177177
Content-Type: application/json
178178
@@ -182,7 +182,7 @@ Content-Type: application/json
182182
### Get Run Status
183183

184184
```
185-
GET https://api.apify.com/v2/acts/{actorId}/runs/{runId}
185+
GET https://api.apify.com/v2/actor-runs/{runId}
186186
Authorization: Bearer <APIFY_TOKEN>
187187
```
188188

0 commit comments

Comments
 (0)