Skip to content
Merged
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,22 @@ post:
schema:
type: number
example: 256
- name: maxItems
in: query
required: false
schema:
type: number
example: 1000
description: |
Optional number of items that the run should return. Used for pay-per-result Actors. Value can be only increased, not decreased.
- name: maxTotalChargeUsd
in: query
required: false
schema:
type: number
example: 10
description: |
Optional maximum cost of the run, in USD. Used for pay-per-event Actors. Value can be only increased, not decreased.
responses:
'200':
description: ''
Expand Down