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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -256,10 +256,10 @@
256
256
x-parent-tag-name: Actors
257
257
x-trait: 'true'
258
258
description: |
259
-
To obtain the OpenAPI schema for actor builds, two similar endpoints are available:
259
+
Get the OpenAPI specification for Actor builds. Two similar endpoints are available:
260
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`.
261
+
- [First endpoint](/api/v2/act-openapi-specification-get): Requires both `actorId` and `buildId`. Use `default` as the `buildId` to get the OpenAPI schema for the default Actor build.
262
+
- [Second endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`.
263
263
- name: Actor tasks
264
264
x-displayName: Actor tasks
265
265
x-legacy-doc-urls:
@@ -562,10 +562,10 @@
562
562
x-parent-tag-name: Actor builds
563
563
x-trait: 'true'
564
564
description: |
565
-
To obtain the OpenAPI schema for actor builds, two similar endpoints are available:
565
+
Get the OpenAPI specification for Actor builds. Two similar endpoints are available:
566
566
567
-
- [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.
568
-
- [Second Endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`.
567
+
- [First endpoint](/api/v2/act-openapi-specification-get): Requires both `actorId` and `buildId`. Use `default` as the `buildId` to get the OpenAPI schema for the default Actor build.
568
+
- [Second endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`.
0 commit comments