Skip to content

Commit 6e133dc

Browse files
authored
fix: adding a view param into dataset items (#1624)
1 parent dc312b6 commit 6e133dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,15 @@ get:
350350
schema:
351351
type: boolean
352352
example: false
353+
- name: view
354+
in: query
355+
description: |
356+
Defines the view configuration for dataset items based on the schema definition.
357+
This parameter determines how the data will be filtered and presented.
358+
For complete specification details, see the [dataset schema documentation](/platform/actors/development/actor-definition/dataset-schema).
359+
schema:
360+
type: string
361+
example: overview
353362
- name: skipFailedPages
354363
in: query
355364
description: |

0 commit comments

Comments
 (0)