Skip to content

Commit e33de2c

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/acts-new-parameter-sortby
2 parents d75f4ac + e500a7c commit e33de2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+634
-453
lines changed

.github/workflows/publish-theme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
npm show $PACKAGE_NAME@$PACKAGE_VER # fails if the package is not available, succeeds if it is
9999
100100
- name: Commit the new theme version
101-
uses: stefanzweifel/git-auto-commit-action@v5
101+
uses: stefanzweifel/git-auto-commit-action@v6
102102
with:
103103
commit_message: 'chore: publish new version of @apify/docs-theme [skip ci]'
104104
file_pattern: 'apify-docs-theme/package*.json'

apify-api/openapi/components/tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
- '#/reference/store/store-actors-collection'
376376
- '#tag/StoreStore-Actors-collection'
377377
description: |
378-
[Apify Store](https://apify.com/store) is home to hundreds of public Actors available
378+
[Apify Store](https://apify.com/store) is home to thousands of public Actors available
379379
to the Apify community.
380380
The API endpoints described in this section are used to retrieve these Actors.
381381

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':

package-lock.json

Lines changed: 397 additions & 391 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sources/academy/platform/get_most_of_actors/interact_with_users/emails_to_actor_users.md

Lines changed: 1 addition & 1 deletion

sources/academy/platform/get_most_of_actors/store_basics/how_store_works.md

Lines changed: 2 additions & 2 deletions
-46.2 KB

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 3 additions & 2 deletions
27 KB
-69.7 KB

0 commit comments

Comments
 (0)