Skip to content

Commit d833890

Browse files
committed
CR change
1 parent c278e77 commit d833890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ post:
4545
type: number
4646
example: 1000
4747
description: |
48-
Optional number of items that the run should return. Used for pay-per-result Actors. Value can be only increased, not decreased.
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.
4949
- name: maxTotalChargeUsd
5050
in: query
5151
required: false
5252
schema:
5353
type: number
5454
example: 10
5555
description: |
56-
Optional maximum cost of the run, in USD. Used for pay-per-event Actors. Value can be only increased, not decreased.
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.
5757
responses:
5858
'200':
5959
description: ''

0 commit comments

Comments
 (0)