Skip to content

Commit 4ee71b5

Browse files
added Code to json output
1 parent 2da49cc commit 4ee71b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/content/partials/magic-wan/magic-tunnel-health-alerts/magic-tunnel-health-alerts.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ Send a [`POST` request](/api/resources/alerting/subresources/policies/methods/cr
7373
}}
7474
/>
7575

76-
<pre class="json output">
77-
{`
76+
<Code lang="json" code={`
7877
{
7978
"result": [
8079
{
@@ -117,8 +116,7 @@ Send a [`POST` request](/api/resources/alerting/subresources/policies/methods/cr
117116
"errors": [],
118117
"messages": []
119118
}
120-
`}
121-
</pre>
119+
`} />
122120
</>
123121
)
124122
}

0 commit comments

Comments
 (0)