added fields query param to the api docs preview

This commit is contained in:
Gani Georgiev
2023-05-20 05:58:52 +03:00
parent 3820f3d7d7
commit f49e90bd0b
48 changed files with 896 additions and 818 deletions
@@ -4,6 +4,7 @@
import CommonHelper from "@/utils/CommonHelper";
import CodeBlock from "@/components/base/CodeBlock.svelte";
import SdkTabs from "@/components/collections/docs/SdkTabs.svelte";
import FieldsQueryParam from "@/components/collections/docs/FieldsQueryParam.svelte";
export let collection = new Collection();
@@ -197,6 +198,7 @@
Only the relations to which the request user has permissions to <strong>view</strong> will be expanded.
</td>
</tr>
<FieldsQueryParam />
</tbody>
</table>