mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-19 04:50:57 +02:00
added fields query param to the api docs preview
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<td id="query-page">fields</td>
|
||||
<td>
|
||||
<span class="label">String</span>
|
||||
</td>
|
||||
<td>
|
||||
Comma separated string of the fields to return in the JSON response
|
||||
<em>(by default returns all fields)</em>. For example:
|
||||
<br>
|
||||
<code>?fields=id,expand.relField.id,expand.relField.created</code>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user