updated api docs and enabled paste_as_text editor option

This commit is contained in:
Gani Georgiev
2023-09-05 08:06:21 +03:00
parent a37d9cfb84
commit a88b3c5db3
35 changed files with 137 additions and 108 deletions
@@ -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>