Skip to content

Commit feb7858

Browse files
kgowruKapil GowruKapil GowruKapil Gowru
authored
Header fixes and updated some invalid doc on bytes (#72)
Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Kapil Gowru <[email protected]>
1 parent c769da4 commit feb7858

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
-2.99 KB
Loading
-2.27 KB
Loading
-3.04 KB
Loading
-2.3 KB
Loading

fern/products/api-definition/pages/fern-definition/endpoints/bytes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ service:
2929
## Receiving bytes
3030
3131
<Note>
32-
When handling binary data in responses, use `type: file` instead of `type: bytes`. The `bytes` type is only supported in requests.
32+
When handling binary data in responses, use `type: file` instead of `type: bytes`.
3333
</Note>
3434

3535
On the other hand, if your API is returning a stream of bytes, then you can leverage the `bytes` type as a response.

0 commit comments

Comments
 (0)