Skip to content

Commit 251e129

Browse files
authored
chore: add links to JS & python clients (#1548)
This PR adds correct links to JS & Python clients for: - `/v2/actor-builds/:buildId/openapi.json` - `/v2/acts/:actorId/builds/default`
1 parent 5d8d00e commit 251e129

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

apify-api/openapi/paths/actor-builds/actor-builds@{buildId}@openapi.json.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ get:
3737
application/json:
3838
schema:
3939
$ref: '../../components/schemas/actor-builds/GetOpenApiResponse.yaml'
40+
x-js-parent: BuildClient
41+
x-js-name: getOpenApiDefinition
42+
x-js-doc-url: https://docs.apify.com/api/client/js/reference/class/BuildClient#getOpenApiDefinition
43+
x-py-parent: BuildClient
44+
x-py-name: get_open_api_definition
45+
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/BuildClient#get_open_api_definition

apify-api/openapi/paths/actors/acts@{actorId}@[email protected]

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ get:
7474
inputSchema: '{\n \"title\": \"Schema for ... }'
7575
readme: '# Magic Actor\nThis Actor is magic.'
7676
buildNumber: 0.1.1
77+
x-js-parent: ActorClient
78+
x-js-name: defaultBuild
79+
x-js-doc-url: https://docs.apify.com/api/client/js/reference/class/ActorClient#defaultBuild
80+
x-py-parent: ActorClient
81+
x-py-name: default_build
82+
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/ActorClient#default_build

0 commit comments

Comments
 (0)