We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443a94b commit b95f050Copy full SHA for b95f050
apify-api/openapi/paths/actor-builds/actor-builds@{buildId}@openapi.json.yaml
@@ -11,7 +11,11 @@ get:
11
Get the OpenAPI definition for a specific Actor build.
12
Authentication is based on the build's unique ID. No authentication token is required.
13
14
- **Note**: You can also use the `/api/v2/act-openapi-json-get` endpoint to get the OpenAPI definition for a build.
+ :::note
15
+
16
+ You can also use the [`/api/v2/act-openapi-json-get`](/api/v2/act-openapi-json-get) endpoint to get the OpenAPI definition for a build.
17
18
+ :::
19
operationId: actorBuild_openapi_json_get
20
security:
21
- apiKeyActorBuilds: []
0 commit comments