Skip to content

Commit b95fc58

Browse files
committed
capitalize Actors
1 parent 99fc4f1 commit b95fc58

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@run-sync-get-dataset-items.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ get:
5858
- name: maxItems
5959
in: query
6060
description: |
61-
Specifies the maximum number of dataset items that will be charged for pay-per-result actors.
61+
Specifies the maximum number of dataset items that will be charged for pay-per-result Actors.
6262
This does NOT guarantee that the Actor will return only this many items.
6363
It only ensures you won't be charged for more than this number of items.
64-
Only works for pay-per-result actors.
64+
Only works for pay-per-result Actors.
6565
Value can be accessed in the actor run using `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable.
6666
style: form
6767
explode: true
@@ -451,10 +451,10 @@ post:
451451
- name: maxItems
452452
in: query
453453
description: |
454-
Specifies the maximum number of dataset items that will be charged for pay-per-result actors.
454+
Specifies the maximum number of dataset items that will be charged for pay-per-result Actors.
455455
This does NOT guarantee that the Actor will return only this many items.
456456
It only ensures you won't be charged for more than this number of items.
457-
Only works for pay-per-result actors.
457+
Only works for pay-per-result Actors.
458458
Value can be accessed in the actor run using `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable.
459459
style: form
460460
explode: true

apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@run-sync.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ get:
5555
- name: maxItems
5656
in: query
5757
description: |
58-
Specifies the maximum number of dataset items that will be charged for pay-per-result actors.
58+
Specifies the maximum number of dataset items that will be charged for pay-per-result Actors.
5959
This does NOT guarantee that the Actor will return only this many items.
6060
It only ensures you won't be charged for more than this number of items.
61-
Only works for pay-per-result actors.
61+
Only works for pay-per-result Actors.
6262
Value can be accessed in the actor run using `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable.
6363
style: form
6464
explode: true
@@ -198,10 +198,10 @@ post:
198198
- name: maxItems
199199
in: query
200200
description: |
201-
Specifies the maximum number of dataset items that will be charged for pay-per-result actors.
201+
Specifies the maximum number of dataset items that will be charged for pay-per-result Actors.
202202
This does NOT guarantee that the Actor will return only this many items.
203203
It only ensures you won't be charged for more than this number of items.
204-
Only works for pay-per-result actors.
204+
Only works for pay-per-result Actors.
205205
Value can be accessed in the actor run using `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable.
206206
style: form
207207
explode: true

apify-api/openapi/paths/actors/acts@{actorId}@run-sync.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ get:
238238
- name: maxItems
239239
in: query
240240
description: |
241-
Specifies the maximum number of dataset items that will be charged for pay-per-result actors.
241+
Specifies the maximum number of dataset items that will be charged for pay-per-result Actors.
242242
This does NOT guarantee that the Actor will return only this many items.
243243
It only ensures you won't be charged for more than this number of items.
244-
Only works for pay-per-result actors.
244+
Only works for pay-per-result Actors.
245245
Value can be accessed in the actor run using `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable.
246246
style: form
247247
explode: true

0 commit comments

Comments
 (0)