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 39b3ad9 commit 5075158Copy full SHA for 5075158
src/resource_clients/build.ts
@@ -54,7 +54,7 @@ export class BuildClient extends ResourceClient {
54
}
55
56
/**
57
- * https://docs.apify.com/api/v2/actor-build-openapi-specification-get
+ * https://docs.apify.com/api/v2/actor-build-openapi-json-get
58
*/
59
async getOpenApiDefinition(): Promise<OpenApiDefinition> {
60
const response = await this.httpClient.call({
0 commit comments