We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9684a44 commit 9f2e851Copy full SHA for 9f2e851
src/routes/docs/references/[version]/[platform]/[service]/(components)/Response.svelte
@@ -15,7 +15,7 @@
15
<span class="text-micro text-primary uppercase">
16
{response.code}
17
</span>
18
- <span class="text-caption">application/json</span>
+ <span class="text-caption">{response.contentType ?? 'no content'}</span>
19
</header>
20
{#if response.models.length > 0}
21
<ul class="text-sub-body mt-4">
0 commit comments