Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apify-api/openapi/components/objects/logs/log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading