diff --git a/apify-api/openapi/components/objects/logs/log.yaml b/apify-api/openapi/components/objects/logs/log.yaml index e374123e23..43beafd78f 100644 --- a/apify-api/openapi/components/objects/logs/log.yaml +++ b/apify-api/openapi/components/objects/logs/log.yaml @@ -100,6 +100,7 @@ getLastRun: operationId: act_runs_last_log_get parameters: - $ref: "../../parameters/runAndBuildParameters.yaml#/actorId" + - $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun" - $ref: "../../parameters/logParameters.yaml#/stream" - $ref: "../../parameters/logParameters.yaml#/download" - $ref: "../../parameters/logParameters.yaml#/raw" @@ -116,6 +117,7 @@ getTaskLastRun: operationId: actorTask_last_log_get parameters: - $ref: "../../parameters/runAndBuildParameters.yaml#/actorTaskId" + - $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun" - $ref: "../../parameters/logParameters.yaml#/stream" - $ref: "../../parameters/logParameters.yaml#/download" - $ref: "../../parameters/logParameters.yaml#/raw" diff --git a/apify-api/openapi/components/objects/request-queues/request-queue-request.yaml b/apify-api/openapi/components/objects/request-queues/request-queue-request.yaml index 0c3b1b283b..dd64ac7a42 100644 --- a/apify-api/openapi/components/objects/request-queues/request-queue-request.yaml +++ b/apify-api/openapi/components/objects/request-queues/request-queue-request.yaml @@ -106,7 +106,7 @@ sharedPut: &sharedPut content: application/json: schema: - $ref: ../../schemas/request-queues/Request.yaml + $ref: ../../schemas/request-queues/RequestWithoutId.yaml required: true responses: "200": diff --git a/apify-api/openapi/components/schemas/common/ErrorType.yaml b/apify-api/openapi/components/schemas/common/ErrorType.yaml index 90259633db..2b3dc6681d 100644 --- a/apify-api/openapi/components/schemas/common/ErrorType.yaml +++ b/apify-api/openapi/components/schemas/common/ErrorType.yaml @@ -308,6 +308,7 @@ enum: - schema-validation - schema-validation-error - schema-validation-failed + - service-worker-registration-not-allowed - sign-up-method-not-allowed - slack-integration-not-custom - socket-closed