Skip to content

Commit 4b656a8

Browse files
committed
Guess the docs URL
1 parent 25e7e00 commit 4b656a8

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

src/apify_client/clients/resource_clients/run.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ def charge(
236236
) -> dict:
237237
"""Charge for an event of a Pay-Per-Event Actor run.
238238
239-
TODO: docs url
240-
https://github.com/apify/apify-client-python/issues/305
239+
https://docs.apify.com/api/v2#/reference/actor-runs/charge-run/charge-run
241240
242241
Returns:
243242
dict: Status and message of the charge event.
@@ -484,8 +483,7 @@ async def charge(
484483
) -> dict:
485484
"""Charge for an event of a Pay-Per-Event Actor run.
486485
487-
TODO: docs url
488-
https://github.com/apify/apify-client-python/issues/305
486+
https://docs.apify.com/api/v2#/reference/actor-runs/charge-run/charge-run
489487
490488
Returns:
491489
dict: Status and message of the charge event.

0 commit comments

Comments
 (0)