Skip to content

Commit 5075158

Browse files
authored
chore: fix openapi documentation link (#680)
This PR fixes documentation link
1 parent 39b3ad9 commit 5075158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource_clients/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class BuildClient extends ResourceClient {
5454
}
5555

5656
/**
57-
* https://docs.apify.com/api/v2/actor-build-openapi-specification-get
57+
* https://docs.apify.com/api/v2/actor-build-openapi-json-get
5858
*/
5959
async getOpenApiDefinition(): Promise<OpenApiDefinition> {
6060
const response = await this.httpClient.call({

0 commit comments

Comments
 (0)