From 93c28edb2d3b48475f30cc2215f5680f08053e81 Mon Sep 17 00:00:00 2001 From: mhamas Date: Thu, 2 Jan 2025 14:58:45 +0100 Subject: [PATCH] feat: add x-legacy-doc-urls to run charge endpoints This PR is adding a legacy doc URL, to be consistent with the rest of the endpoints --- .../openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml index bc76638c7c..30f383400a 100644 --- a/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml +++ b/apify-api/openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml @@ -44,3 +44,5 @@ post: x-py-parent: RunClientAsync x-py-name: charge x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/RunClientAsync#charge + x-legacy-doc-urls: + - https://docs.apify.com/api/v2#/reference/actor-runs/charge-events-in-run