We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d45fef commit 1889c12Copy full SHA for 1889c12
apify-api/openapi/paths/store/store.yaml
@@ -74,12 +74,16 @@ get:
74
- name: pricingModel
75
in: query
76
description: |
77
- Filters the results by the specified pricing model. The supported values
78
- are `FREE`, `FLAT_PRICE_PER_MONTH` and `PRICE_PER_DATASET_ITEM`.
+ Only return Actors with the specified pricing model.
79
style: form
80
explode: true
81
schema:
82
type: string
+ enum:
83
+ - FREE
84
+ - FLAT_PRICE_PER_MONTH
85
+ - PRICE_PER_DATASET_ITEM
86
+ - PAY_PER_EVENT
87
example: '''FREE'''
88
responses:
89
'200':
0 commit comments