Skip to content

Commit e5a1c87

Browse files
authored
Update charge endpoint URL (#622)
1 parent e434f41 commit e5a1c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource_clients/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class RunClient extends ResourceClient {
142142
}
143143

144144
/**
145-
* https://docs.apify.com/api/v2#/reference/actor-runs/charge-run/charge-run
145+
* https://docs.apify.com/api/v2#/reference/actor-runs/charge-events-in-run
146146
*/
147147
async charge(options: RunChargeOptions): Promise<ApifyResponse<Record<string, never>>> {
148148
ow(options, ow.object.exactShape({

0 commit comments

Comments
 (0)