Skip to content

Commit 9c6c99c

Browse files
committed
api docs part final
1 parent 4fb5eaf commit 9c6c99c

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

apify-api/openapi/components/schemas/datasets/PutItemResponseError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ type: object
55
properties:
66
error:
77
allOf:
8-
- $ref: ./errorDataset.yaml
8+
- $ref: ./DatasetSchemaValidationError.yaml
99
- {}

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

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -539,23 +539,21 @@ post:
539539
- example:
540540
error:
541541
type: schema-validation-error
542-
message: >-
543-
Schema validation failed
542+
message: Schema validation failed
544543
example:
545544
error:
546-
type: schema-validation-error
547-
message: >-
548-
Schema validation failed
549-
data:
550-
invalidItems:
551-
- itemPosition: 2
552-
- validationErrors:
553-
instancePath: /1/stringField
554-
schemaPath: /items/properties/stringField/type
555-
keyword: type
556-
params:
557-
type: string
558-
message: 'must be string'
545+
type: schema-validation-error
546+
message: Schema validation failed
547+
data:
548+
invalidItems:
549+
- itemPosition: 2
550+
validationErrors:
551+
- instancePath: /1/stringField
552+
schemaPath: /items/properties/stringField/type
553+
keyword: type
554+
params:
555+
type: string
556+
message: 'must be string'
559557
deprecated: false
560558
x-legacy-doc-urls:
561559
- https://docs.apify.com/api/v2#/reference/datasets/item-collection/put-items

0 commit comments

Comments
 (0)