Skip to content

Commit

Permalink
Update charge endpoint URL (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamas authored Jan 6, 2025
1 parent e434f41 commit e5a1c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource_clients/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class RunClient extends ResourceClient {
}

/**
* 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
*/
async charge(options: RunChargeOptions): Promise<ApifyResponse<Record<string, never>>> {
ow(options, ow.object.exactShape({
Expand Down

0 comments on commit e5a1c87

Please sign in to comment.