Browse Source

Merge pull request #163 from brianstorti/bs-update-docs

Update docs to reflect new maximum timeout value
py2
Pēteris Caune 7 years ago
committed by GitHub
parent
commit
f4bc44b45e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/front/docs_api.html

+ 2
- 2
templates/front/docs_api.html View File

@ -159,7 +159,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.
<td>
<p>number, optional, default value: {{ default_timeout }}.</p>
<p>A number of seconds, the expected period of this check.</p>
<p>Minimum: 60 (one minute), maximum: 604800 (one week).</p>
<p>Minimum: 60 (one minute), maximum: 2592000 (30 days).</p>
<p>Example for 5 minute timeout:</p>
<pre>{"kind": "simple", "timeout": 300}</pre>
</td>
@ -292,7 +292,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.
<td>
<p>number, optional.</p>
<p>A number of seconds, the expected period of this check.</p>
<p>Minimum: 60 (one minute), maximum: 604800 (one week).</p>
<p>Minimum: 60 (one minute), maximum: 2592000 (30 days).</p>
<p>Example for 5 minute timeout:</p>
<pre>{"kind": "simple", "timeout": 300}</pre>
</td>


Loading…
Cancel
Save