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