You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apify-api/openapi/components/tags.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,17 @@
251
251
```
252
252
253
253
In order to save new items to the dataset, send HTTP POST request with JSON payload to the same URL.
254
+
- name: Actors/Build OpenAPI specification
255
+
x-displayName: Build OpenAPI Specification
256
+
x-parent-tag-name: Actors
257
+
x-trait: 'true'
258
+
description: |
259
+
To obtain the OpenAPI schema for actor builds, two similar endpoints are available:
260
+
261
+
- [First Endpoint](/api/v2/act-openapi-specification-get): Requires both `actorId` and `buildId`. You can pass `default` instead of buildId to retrieve the OpenAPI schema for the default actor build.
262
+
- [Second Endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`.
263
+
x-legacy-doc-urls:
264
+
- '#/reference/actors/openapi-specification'
254
265
- name: Actor tasks
255
266
x-displayName: Actor tasks
256
267
x-legacy-doc-urls:
@@ -548,6 +559,17 @@
548
559
- '#tag/Actor-buildsBuild-log'
549
560
x-trait: 'true'
550
561
description: Check out [Logs](#/reference/logs) for full reference.
562
+
- name: Actor builds/Build OpenAPI specification
563
+
x-displayName: Build OpenAPI Specification
564
+
x-parent-tag-name: Actor builds
565
+
x-trait: 'true'
566
+
description: |
567
+
To obtain the OpenAPI schema for actor builds, two similar endpoints are available:
568
+
569
+
- [First Endpoint](/api/v2/act-openapi-specification-get): Requires both `actorId` and `buildId`. You can pass `default` instead of buildId to retrieve the OpenAPI schema for the default actor build.
570
+
- [Second Endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`.
0 commit comments