Skip to content
Merged
Changes from all 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
8 changes: 6 additions & 2 deletions apify-api/openapi/paths/store/store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,16 @@ get:
- name: pricingModel
in: query
description: |
Filters the results by the specified pricing model. The supported values
are `FREE`, `FLAT_PRICE_PER_MONTH` and `PRICE_PER_DATASET_ITEM`.
Only return Actors with the specified pricing model.
style: form
explode: true
schema:
type: string
enum:
- FREE
- FLAT_PRICE_PER_MONTH
- PRICE_PER_DATASET_ITEM
- PAY_PER_EVENT
example: '''FREE'''
responses:
'200':
Expand Down