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 e434f41 commit e5a1c87Copy full SHA for e5a1c87
src/resource_clients/run.ts
@@ -142,7 +142,7 @@ export class RunClient extends ResourceClient {
142
}
143
144
/**
145
- * https://docs.apify.com/api/v2#/reference/actor-runs/charge-run/charge-run
+ * https://docs.apify.com/api/v2#/reference/actor-runs/charge-events-in-run
146
*/
147
async charge(options: RunChargeOptions): Promise<ApifyResponse<Record<string, never>>> {
148
ow(options, ow.object.exactShape({
0 commit comments