Skip to content

Commit 055b6a1

Browse files
committed
Fix style value for several endpoints
1 parent bb14397 commit 055b6a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ get:
371371
in: query
372372
description: Signature used to access the items.
373373
required: false
374-
style: simple
374+
style: form
375375
schema:
376376
type: string
377377
example: 2wTI46Bg8qWQrV7tavlPI

apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@keys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ get:
5252
in: query
5353
description: Signature used to access the keys.
5454
required: false
55-
style: simple
55+
style: form
5656
schema:
5757
type: string
5858
example: 2wTI46Bg8qWQrV7tavlPI

apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@records@{recordKey}.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ get:
3636
in: query
3737
description: Signature used to access the record.
3838
required: false
39-
style: simple
39+
style: form
4040
schema:
4141
type: string
4242
example: 2wTI46Bg8qWQrV7tavlPI

0 commit comments

Comments
 (0)