Skip to content

Commit dc6329e

Browse files
committed
merge master plus open api
1 parent 89a4166 commit dc6329e

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: Createdatasetresponseerror
2+
required:
3+
- error
4+
type: object
5+
properties:
6+
error:
7+
allOf:
8+
- $ref: ./errorDataset.yaml
9+
- {}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
title: error
2+
required:
3+
- type
4+
- message
5+
type: object
6+
properties:
7+
type:
8+
type: string
9+
example: schema-validation-error
10+
message:
11+
type: string
12+
example: 'Schema validation failed'

apify-api/openapi/paths/datasets/datasets.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,25 @@ post:
143143
actId: null
144144
actRunId: null
145145
fields: []
146+
'400':
147+
description: ''
148+
headers: {}
149+
content:
150+
application/json:
151+
schema:
152+
allOf:
153+
- $ref: >-
154+
../../components/schemas/datasets/Createdatasetresponseerror.yaml
155+
- example:
156+
error:
157+
type: schema-validation-error
158+
message: >-
159+
Schema validation failed
160+
example:
161+
error:
162+
type: schema-validation-error
163+
message: >-
164+
Schema validation failed
146165
deprecated: false
147166
x-legacy-doc-urls:
148167
- https://docs.apify.com/api/v2#/reference/datasets/dataset-collection/create-dataset

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)