Skip to content

Commit 1889c12

Browse files
authored
docs: Update the pricingModel query param in the openapi spec of the store list endpoint (#1634)
1 parent 2d45fef commit 1889c12

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apify-api/openapi/paths/store/store.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,16 @@ get:
7474
- name: pricingModel
7575
in: query
7676
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`.
77+
Only return Actors with the specified pricing model.
7978
style: form
8079
explode: true
8180
schema:
8281
type: string
82+
enum:
83+
- FREE
84+
- FLAT_PRICE_PER_MONTH
85+
- PRICE_PER_DATASET_ITEM
86+
- PAY_PER_EVENT
8387
example: '''FREE'''
8488
responses:
8589
'200':

0 commit comments

Comments
 (0)