Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
32e915e
feat: shifted over docs guides
Jul 16, 2025
626da7b
feat: shifted over docs guides
Jul 16, 2025
fef7ecf
feat: shifted over docs guides
Jul 16, 2025
e78966b
feat: moving more docs over
Jul 16, 2025
d676e49
feat: removed overview
Jul 16, 2025
c02db98
feat: moved content for eusable snippets
Jul 16, 2025
eca376d
feat: added content
Jul 16, 2025
ea4e8a9
feat: moving more docs over
Jul 16, 2025
95f1d72
feat: moved over all docs content
Jul 16, 2025
69c6637
feat: removed sso and self-hosted
Jul 16, 2025
621d78e
feat: removed sso and self-hosted
Jul 16, 2025
f76b923
feat: removed sso and self-hosted
Jul 16, 2025
64fd25c
feat: moved over changelog assets
Jul 16, 2025
7c2c369
feat: moved over changelog assets
Jul 16, 2025
75c2a17
feat: moved over changelog assets
Jul 16, 2025
5887746
feat: moved over changelog assets
Jul 16, 2025
3979ba8
feat: fixed footer width
Jul 16, 2025
3614c63
feat: added icons for api def and cli
Jul 16, 2025
49284de
feat: added icons for api def and cli
Jul 16, 2025
cb8cd59
Merge remote-tracking branch 'origin/main' into 07-16-migrate-sdk-guides
Jul 16, 2025
6129e82
feat: moved over as many sdk guides as possible
Jul 16, 2025
bf6ab54
feat: moved over as many sdk guides as possible
Jul 16, 2025
4421cf0
feat: adding social logos
Jul 17, 2025
bc66eee
feat: adding social logos
Jul 17, 2025
367022d
feat: adding social logos
Jul 17, 2025
993b6aa
feat: adding social logos
Jul 17, 2025
63a5704
feat: adding flare to docs homepage
Jul 17, 2025
5260661
feat: adding flare to docs homepage
Jul 17, 2025
4f67c30
feat: updated sdk-snippets dosc
Jul 17, 2025
9a4663b
feat: updated sdk-snippets dosc
Jul 17, 2025
c4764a5
feat: updated sdk-snippets dosc
Jul 17, 2025
18c86f1
feat: added sdk home page
Jul 17, 2025
05efbda
feat: added sdk home page
Jul 17, 2025
0c55bd5
feat: updated sdks hoem
Jul 17, 2025
c3a8c04
feat: updated sdks hoem
Jul 17, 2025
271a781
feat: updated sdks hoem
Jul 17, 2025
b8c596c
feat: updated sdks home
Jul 17, 2025
dc40161
feat: updated sdks home
Jul 17, 2025
7e02a76
feat: added dark mode
Jul 17, 2025
229216c
feat: added dark mode
Jul 17, 2025
a0119b1
feat: testing out svg
Jul 17, 2025
c500470
feat: testing out svg
Jul 17, 2025
9144f95
feat: adding social logos
Jul 17, 2025
1b7f65d
feat: updated lines on homepage & docs page
Jul 18, 2025
d326da4
feat: updated footer
Jul 18, 2025
bfa8d85
feat: updated sdks home
Jul 18, 2025
95685eb
feat: merged with master
Jul 18, 2025
d7988dd
feat: merged with master
Jul 18, 2025
4200402
feat: fixed links
Jul 18, 2025
3c2541b
feat: updated graphis
Jul 18, 2025
46578e4
feat: updated graphics for sdk home page
Jul 18, 2025
692ce4d
feat: updated naming on kcards
Jul 18, 2025
c9a1b02
feat: updated naming on kcards
Jul 18, 2025
8dbab6d
feat: fixed links to genreators langunages
Jul 18, 2025
7a9ff00
Merge remote-tracking branch 'origin/main' into 07-18-links
Jul 18, 2025
e26c009
feat: added css to fix footer
Jul 18, 2025
140d5d4
feat: added css to fix footer
Jul 18, 2025
0c9af8e
feat: added css to fix footer
Jul 18, 2025
8fcb2c1
feat: fixed footer links
Jul 18, 2025
52be42f
feat: moved css to main styles file
Jul 18, 2025
0770c93
feat: fixed product dropdown styling
Jul 20, 2025
f4407f6
Merge remote-tracking branch 'origin/main' into 07-18-footer-fixes
Jul 20, 2025
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
Binary file modified fern/images/product-switcher/api-definitions-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fern/images/product-switcher/api-definitions-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fern/images/product-switcher/cli-api-reference-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fern/images/product-switcher/cli-api-reference-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ service:
## Receiving bytes

<Note>
When handling binary data in responses, use `type: file` instead of `type: bytes`. The `bytes` type is only supported in requests.
When handling binary data in responses, use `type: file` instead of `type: bytes`.
</Note>

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