Skip to content

Commit 0354fa5

Browse files
authored
docs: document raw query param in logs (#1580)
Documents the `raw` query param from the API's log function.
1 parent 12b007d commit 0354fa5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apify-api/openapi/paths/logs/logs@{buildOrRunId}.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ get:
4040
schema:
4141
type: boolean
4242
example: false
43+
- name: raw
44+
in: query
45+
description: |
46+
If `true` or `1`, the logs will be kept verbatim. By default, the API removes
47+
ANSI escape codes from the logs, keeping only printable characters.
48+
required: false
49+
style: form
50+
explode: true
51+
schema:
52+
type: boolean
53+
example: false
4354
responses:
4455
'200':
4556
description: ''

0 commit comments

Comments
 (0)