Skip to content

Commit 0ddfbb6

Browse files
docs: update code samples from OpenAPI
1 parent 8c7cf7b commit 0ddfbb6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

snippets/openapi/get-browsers-id-logs-stream.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ log_event = client.browsers.logs.stream(
2525
print(log_event.event)
2626
```
2727
</CodeGroup>
28-
29-
<Info>Log lines will be truncated to 64KiB. For large payloads write data to external storage and log a reference instead.</Info>

snippets/openapi/get-invocations-id-events.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ response = client.invocations.follow(
2424
print(response)
2525
```
2626
</CodeGroup>
27-
28-
<Info>Log lines will be truncated to 64KiB. For large payloads write data to external storage and log a reference instead.</Info>

0 commit comments

Comments
 (0)