diff --git a/apify-api/openapi/components/schemas/datasets/errorDataset.yaml b/apify-api/openapi/components/schemas/datasets/DatasetSchemaValidationError.yaml similarity index 100% rename from apify-api/openapi/components/schemas/datasets/errorDataset.yaml rename to apify-api/openapi/components/schemas/datasets/DatasetSchemaValidationError.yaml diff --git a/apify-api/openapi/components/schemas/datasets/PutItemResponseError.yaml b/apify-api/openapi/components/schemas/datasets/PutItemResponseError.yaml index d3baffb32..2f6f30ceb 100644 --- a/apify-api/openapi/components/schemas/datasets/PutItemResponseError.yaml +++ b/apify-api/openapi/components/schemas/datasets/PutItemResponseError.yaml @@ -5,5 +5,5 @@ type: object properties: error: allOf: - - $ref: ./errorDataset.yaml + - $ref: ./DatasetSchemaValidationError.yaml - {} diff --git a/apify-api/openapi/paths/datasets/datasets@{datasetId}@items.yaml b/apify-api/openapi/paths/datasets/datasets@{datasetId}@items.yaml index e073b6e26..4cad700ad 100644 --- a/apify-api/openapi/paths/datasets/datasets@{datasetId}@items.yaml +++ b/apify-api/openapi/paths/datasets/datasets@{datasetId}@items.yaml @@ -539,23 +539,21 @@ post: - example: error: type: schema-validation-error - message: >- - Schema validation failed + message: Schema validation failed example: error: - type: schema-validation-error - message: >- - Schema validation failed - data: - invalidItems: - - itemPosition: 2 - - validationErrors: - instancePath: /1/stringField - schemaPath: /items/properties/stringField/type - keyword: type - params: - type: string - message: 'must be string' + type: schema-validation-error + message: Schema validation failed + data: + invalidItems: + - itemPosition: 2 + validationErrors: + - instancePath: /1/stringField + schemaPath: /items/properties/stringField/type + keyword: type + params: + type: string + message: 'must be string' deprecated: false x-legacy-doc-urls: - https://docs.apify.com/api/v2#/reference/datasets/item-collection/put-items