Skip to content

Commit 42572fd

Browse files
authored
docs: Update charge endpoint URL (#325)
1 parent 6119415 commit 42572fd

File tree

1 file changed

+2
-2
lines changed
  • src/apify_client/clients/resource_clients

1 file changed

+2
-2
lines changed

src/apify_client/clients/resource_clients/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def charge(
235235
) -> dict:
236236
"""Charge for an event of a Pay-Per-Event Actor run.
237237
238-
https://docs.apify.com/api/v2#/reference/actor-runs/charge-run/charge-run
238+
https://docs.apify.com/api/v2#/reference/actor-runs/charge-events-in-run
239239
240240
Returns:
241241
Status and message of the charge event.
@@ -489,7 +489,7 @@ async def charge(
489489
) -> dict:
490490
"""Charge for an event of a Pay-Per-Event Actor run.
491491
492-
https://docs.apify.com/api/v2#/reference/actor-runs/charge-run/charge-run
492+
https://docs.apify.com/api/v2#/reference/actor-runs/charge-events-in-run
493493
494494
Returns:
495495
Status and message of the charge event.

0 commit comments

Comments
 (0)