From 9cfc2a81334640f27fbffb0238e03b449ddafdfe Mon Sep 17 00:00:00 2001 From: Jan Kuzelik Date: Fri, 3 Oct 2025 10:23:29 +0200 Subject: [PATCH] fix(docs): Correct param name for PPE charge endpoint --- .../components/schemas/actor-runs/ChargeRunRequest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apify-api/openapi/components/schemas/actor-runs/ChargeRunRequest.yaml b/apify-api/openapi/components/schemas/actor-runs/ChargeRunRequest.yaml index a1462f6472..744fd295af 100644 --- a/apify-api/openapi/components/schemas/actor-runs/ChargeRunRequest.yaml +++ b/apify-api/openapi/components/schemas/actor-runs/ChargeRunRequest.yaml @@ -1,12 +1,12 @@ title: ChargeRunRequest required: - eventName - - eventCount + - count type: object properties: eventName: type: string example: ANALYZE_PAGE - eventCount: + count: type: number example: 1