Skip to content

Commit aa153c7

Browse files
added json output to pre
1 parent 341a450 commit aa153c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

74-
```json output
74+
<pre class="json output">
75+
{`
7576
{
7677
"result": [
7778
{
@@ -114,7 +115,8 @@ Send a [`POST` request](/api/resources/alerting/subresources/policies/methods/cr
114115
"errors": [],
115116
"messages": []
116117
}
117-
```
118+
`}
119+
</pre>
118120
</>
119121
)
120122
}

0 commit comments

Comments
 (0)