Skip to content

Commit e4aab35

Browse files
committed
fix: adding a view param into dataset items
1 parent 2dd6c3e commit e4aab35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apify-api/openapi/paths/datasets/datasets@{datasetId}@items.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,14 @@ get:
350350
schema:
351351
type: boolean
352352
example: false
353+
- name: view
354+
in: query
355+
description: |
356+
Defines the view from the schema of items in your dataset,
357+
you can check the full specification in [Apify docs](/platform/actors/development/actor-definition/dataset-schema).
358+
schema:
359+
type: string
360+
example: overview
353361
- name: skipFailedPages
354362
in: query
355363
description: |

0 commit comments

Comments
 (0)