File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/apify_client/clients/resource_clients Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -236,8 +236,7 @@ def charge(
236
236
) -> dict :
237
237
"""Charge for an event of a Pay-Per-Event Actor run.
238
238
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
241
240
242
241
Returns:
243
242
dict: Status and message of the charge event.
@@ -484,8 +483,7 @@ async def charge(
484
483
) -> dict :
485
484
"""Charge for an event of a Pay-Per-Event Actor run.
486
485
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
489
487
490
488
Returns:
491
489
dict: Status and message of the charge event.
You can’t perform that action at this time.
0 commit comments