Skip to content
Merged
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
11 changes: 11 additions & 0 deletions apify-api/openapi/paths/logs/logs@{buildOrRunId}.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ get:
schema:
type: boolean
example: false
- name: raw
in: query
description: |
If `true` or `1`, the logs will be kept verbatim. By default, the API removes
ANSI escape codes from the logs, keeping only printable characters.
required: false
style: form
explode: true
schema:
type: boolean
example: false
responses:
'200':
description: ''
Expand Down