Skip to content

Commit c6d0ed9

Browse files
authored
Merge branch 'master' into chore/bump-docs-search-modal
2 parents 4c3d526 + 94d5580 commit c6d0ed9

25 files changed

+454
-29232
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ You should be able to open https://docs.apify.loc in your browser and run all th
8787
8888
1. Text emphasis:
8989
90-
- use *Bold* for UI elements
91-
- use **Italics** for emphasis
90+
- use **Bold** for UI elements
91+
- use *Italics* for emphasis
9292
- use `code` for inline code, by using back-ticks (\`\`\)
9393
- use code blocks with language specification
9494
- use [code tabs](https://docusaurus.io/docs/markdown-features/tabs) whenever you want to include examples of implementation in more than one language

apify-api/openapi/components/schemas/actor-runs/RunStats.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ properties:
88
inputBodyLen:
99
type: number
1010
example: 240
11+
migrationCount:
12+
type: number
13+
example: 0
1114
restartCount:
1215
type: number
1316
example: 0

apify-api/openapi/openapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ info:
33
title: Apify API
44
description: |
55
6-
> **UPDATE 2025-01-14:**
7-
> We have rolled out this new Apify API Documentation. In case of any issues, please [report here](https://github.com/apify/apify-docs/issues).
8-
> The old API Documentation is still [available here](https://docs.apify.com/api/v2-old).
9-
106
The Apify API (version 2) provides programmatic access to the [Apify
117
platform](https://docs.apify.com). The API is organized
128
around [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer)

apify-api/openapi/paths/actor-runs/actor-runs@{runId}.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ get:
122122
userAgent: Mozilla/5.0 (iPad)
123123
stats:
124124
inputBodyLen: 240
125+
migrationCount: 0
125126
restartCount: 0
126127
resurrectCount: 2
127128
memAvgBytes: 267874071.9
@@ -246,6 +247,7 @@ put:
246247
userAgent: Mozilla/5.0 (iPad)
247248
stats:
248249
inputBodyLen: 240
250+
migrationCount: 0
249251
restartCount: 0
250252
resurrectCount: 2
251253
memAvgBytes: 267874071.9

apify-api/openapi/paths/actor-runs/actor-runs@{runId}@abort.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ post:
5454
userAgent: Mozilla/5.0 (iPad)
5555
stats:
5656
inputBodyLen: 240
57+
migrationCount: 0
5758
restartCount: 0
5859
resurrectCount: 1
5960
memAvgBytes: 35914228.4

apify-api/openapi/paths/actor-runs/actor-runs@{runId}@metamorph.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ post:
7575
userAgent: Mozilla/5.0 (iPad)
7676
stats:
7777
inputBodyLen: 240
78+
migrationCount: 0
7879
restartCount: 0
7980
resurrectCount: 1
8081
memAvgBytes: 35914228.4

apify-api/openapi/paths/actor-runs/actor-runs@{runId}@reboot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ post:
4545
userAgent: Mozilla/5.0 (iPad)
4646
stats:
4747
inputBodyLen: 240
48+
migrationCount: 0
4849
restartCount: 0
4950
resurrectCount: 2
5051
memAvgBytes: 267874071.9

apify-api/openapi/paths/actor-runs/actor-runs@{runId}@resurrect.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ post:
6464
userAgent: Mozilla/5.0 (iPad)
6565
stats:
6666
inputBodyLen: 240
67+
migrationCount: 0
6768
restartCount: 0
6869
resurrectCount: 2
6970
memAvgBytes: 267874071.9

apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@runs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ post:
305305
scheduledAt: '2019-06-10T11:40:00.000Z'
306306
stats:
307307
inputBodyLen: 240
308+
migrationCount: 0
308309
restartCount: 0
309310
resurrectCount: 2
310311
memAvgBytes: 35914228.4

apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@[email protected]

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ get:
99
1010
The endpoints accept the same HTTP methods and query parameters as
1111
the respective storage endpoints.
12-
The base path represents the last actor task run object is:
12+
The base path represents the last actor task run object is:
1313
1414
`/v2/actor-tasks/{actorTaskId}/runs/last{?token,status}`
1515
@@ -97,6 +97,7 @@ get:
9797
userAgent: Mozilla/5.0 (iPad)
9898
stats:
9999
inputBodyLen: 240
100+
migrationCount: 0
100101
restartCount: 0
101102
resurrectCount: 2
102103
memAvgBytes: 267874071.9

0 commit comments

Comments
 (0)