Skip to content

Commit 017003d

Browse files
authored
feat: Add maxItems and maxTotalChargeUsd to resurrect API doc (#1597)
1 parent e0e8748 commit 017003d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@ post:
3838
schema:
3939
type: number
4040
example: 256
41+
- name: maxItems
42+
in: query
43+
required: false
44+
schema:
45+
type: number
46+
example: 1000
47+
description: |
48+
Optional number of items that the run should return. Used for pay-per-result Actors. The value can only be increased beyond the value specified when the Actor run was started.
49+
- name: maxTotalChargeUsd
50+
in: query
51+
required: false
52+
schema:
53+
type: number
54+
example: 10
55+
description: |
56+
Optional maximum cost of the run, in USD. Used for pay-per-event Actors. The value can only be increased beyond the value specified when the Actor run was started.
4157
responses:
4258
'200':
4359
description: ''

0 commit comments

Comments
 (0)