updated api docs and enabled paste_as_text editor option
This commit is contained in:
@@ -217,6 +217,10 @@
|
||||
<td>
|
||||
Comma separated string of the fields to return in the JSON response
|
||||
<em>(by default returns all fields)</em>.
|
||||
<br />
|
||||
Use <code>*</code> to target all keys from the specific depth level.
|
||||
<br />
|
||||
For example: <code>?fields=*,expand.author.name</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -206,9 +206,15 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="help-block">
|
||||
<!-- prettier-ignore -->
|
||||
<p>
|
||||
Supports numeric list, steps and ranges. The timezone is in
|
||||
UTC.
|
||||
Supports numeric list, steps, ranges or
|
||||
<span
|
||||
class="link-primary"
|
||||
use:tooltip={"@yearly\n@annually\n@monthly\n@weekly\n@daily\n@midnight\n@hourly"}
|
||||
>macros</span>.
|
||||
<br>
|
||||
The timezone is in UTC.
|
||||
</p>
|
||||
</div>
|
||||
</Field>
|
||||
|
||||
Reference in New Issue
Block a user