We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bdfeb commit 7d50113Copy full SHA for 7d50113
2 files changed
apify-api/openapi/components/schemas/actor-tasks/CreateTaskResponse.yaml
@@ -0,0 +1,10 @@
1
+title: CreateTaskResponse
2
+type: object
3
+required:
4
+ - data
5
+properties:
6
+ data:
7
+ $ref: ./Task.yaml
8
+ standbyUrl:
9
+ type: string
10
+ nullable: true
apify-api/openapi/paths/actor-tasks/actor-tasks.yaml
@@ -164,12 +164,7 @@ post:
164
content:
165
application/json:
166
schema:
167
- type: object
168
- required:
169
- - data
170
- properties:
171
- data:
172
- $ref: "../../components/schemas/actor-tasks/Task.yaml"
+ $ref: "../../components/schemas/actor-tasks/CreateTaskResponse.yaml"
173
example:
174
data:
175
id: zdc3Pyhyz3m8vjDeM
0 commit comments