update: remove em dashes, plans
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
|
||||
<h3>Register</h3>
|
||||
<div class="endpoint"><span class="method post">POST</span><span class="path">/account/register</span></div>
|
||||
<p class="endpoint-desc">Create a new account. Email is optional — used only for account recovery.</p>
|
||||
<p class="endpoint-desc">Create a new account. Email is optional and used only for account recovery.</p>
|
||||
<div class="cb">
|
||||
<div class="cb-header"><span class="cb-lang">json — request body</span></div>
|
||||
<pre>{ <span class="k">"email"</span>: <span class="s">"you@example.com"</span> } <span class="c">// optional</span></pre>
|
||||
@@ -267,7 +267,7 @@
|
||||
<!-- $consider -->
|
||||
<div id="ql-consider" class="section">
|
||||
<h2>$consider</h2>
|
||||
<p>By default, matching conditions mean the monitor is <strong style="color:#4ade80">up</strong>. Set <code style="color:#93c5fd;background:#0f172a;padding:0.1em 0.35em;border-radius:0.2rem;font-size:0.78rem">"$consider": "down"</code> to flip this — if the conditions match, the monitor is <strong style="color:#f87171">down</strong>.</p>
|
||||
<p>By default, matching conditions mean the monitor is <strong style="color:#4ade80">up</strong>. Set <code style="color:#93c5fd;background:#0f172a;padding:0.1em 0.35em;border-radius:0.2rem;font-size:0.78rem">"$consider": "down"</code> to flip this. If the conditions match, the monitor is <strong style="color:#f87171">down</strong>.</p>
|
||||
<div class="cb">
|
||||
<div class="cb-header"><span class="cb-lang">json</span></div>
|
||||
<pre><span class="c">// down if response time exceeds 2 seconds</span>
|
||||
|
||||
Reference in New Issue
Block a user