Skip to content

Commit b0be04d

Browse files
committed
feat: Add maxItems and maxTotalChargeUsd to resurrect API doc
1 parent 7f28477 commit b0be04d

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. Value can be only increased, not decreased.
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. Value can be only increased, not decreased.
4157
responses:
4258
'200':
4359
description: ''

0 commit comments

Comments
 (0)