diff --git a/apify-api/openapi/components/schemas/webhook-dispatches/WebhookDispatchList.yaml b/apify-api/openapi/components/schemas/webhook-dispatches/ListOfWebhookDispatchesResponse.yaml similarity index 56% rename from apify-api/openapi/components/schemas/webhook-dispatches/WebhookDispatchList.yaml rename to apify-api/openapi/components/schemas/webhook-dispatches/ListOfWebhookDispatchesResponse.yaml index 6e368f1f45..5cd87373d0 100644 --- a/apify-api/openapi/components/schemas/webhook-dispatches/WebhookDispatchList.yaml +++ b/apify-api/openapi/components/schemas/webhook-dispatches/ListOfWebhookDispatchesResponse.yaml @@ -1,4 +1,6 @@ -title: WebhookDispatchList +title: ListOfWebhookDispatchesResponse +required: + - data type: object properties: data: diff --git a/apify-api/openapi/paths/webhook-dispatches/webhook-dispatches.yaml b/apify-api/openapi/paths/webhook-dispatches/webhook-dispatches.yaml index 4254833438..f87318098f 100644 --- a/apify-api/openapi/paths/webhook-dispatches/webhook-dispatches.yaml +++ b/apify-api/openapi/paths/webhook-dispatches/webhook-dispatches.yaml @@ -22,7 +22,7 @@ get: content: application/json: schema: - $ref: ../../components/schemas/webhook-dispatches/WebhookDispatchList.yaml + $ref: ../../components/schemas/webhook-dispatches/ListOfWebhookDispatchesResponse.yaml "400": $ref: ../../components/responses/BadRequest.yaml "401": diff --git a/apify-api/openapi/paths/webhooks/webhooks@{webhookId}@dispatches.yaml b/apify-api/openapi/paths/webhooks/webhooks@{webhookId}@dispatches.yaml index 260d0ed385..c48f536572 100644 --- a/apify-api/openapi/paths/webhooks/webhooks@{webhookId}@dispatches.yaml +++ b/apify-api/openapi/paths/webhooks/webhooks@{webhookId}@dispatches.yaml @@ -13,7 +13,7 @@ get: content: application/json: schema: - $ref: ../../components/schemas/webhook-dispatches/WebhookDispatchList.yaml + $ref: ../../components/schemas/webhook-dispatches/ListOfWebhookDispatchesResponse.yaml "400": $ref: ../../components/responses/BadRequest.yaml "401":