Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/apify-sdk-integration/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <APIFY_TOKEN>
Content-Type: application/json

Expand All @@ -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 <APIFY_TOKEN>
```

Expand Down
Loading