Skip to content

Commit dd6bb07

Browse files
authored
fix: use canonical /v2/actors and /v2/actor-runs routes in SDK integration skill
1 parent 7eb6296 commit dd6bb07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/apify-sdk-integration/SKILL.md

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

171171
```
172-
POST https://api.apify.com/v2/acts/{actorId}/runs
172+
POST https://api.apify.com/v2/actors/{actorId}/runs
173173
Authorization: Bearer <APIFY_TOKEN>
174174
Content-Type: application/json
175175
@@ -179,7 +179,7 @@ Content-Type: application/json
179179
### Get Run Status
180180

181181
```
182-
GET https://api.apify.com/v2/acts/{actorId}/runs/{runId}
182+
GET https://api.apify.com/v2/actor-runs/{runId}
183183
Authorization: Bearer <APIFY_TOKEN>
184184
```
185185

0 commit comments

Comments
 (0)