diff --git a/ui/src/components/collections/docs/AuthRefreshDocs.svelte b/ui/src/components/collections/docs/AuthRefreshDocs.svelte
index 262ccc16..79c268c9 100644
--- a/ui/src/components/collections/docs/AuthRefreshDocs.svelte
+++ b/ui/src/components/collections/docs/AuthRefreshDocs.svelte
@@ -138,7 +138,7 @@
Only the relations to which the request user has permissions to view will be expanded.
-
+
diff --git a/ui/src/components/collections/docs/AuthWithOAuth2Docs.svelte b/ui/src/components/collections/docs/AuthWithOAuth2Docs.svelte
index 4d459087..13e861cf 100644
--- a/ui/src/components/collections/docs/AuthWithOAuth2Docs.svelte
+++ b/ui/src/components/collections/docs/AuthWithOAuth2Docs.svelte
@@ -234,7 +234,7 @@
Only the relations to which the request user has permissions to view will be expanded.
-
+
diff --git a/ui/src/components/collections/docs/AuthWithPasswordDocs.svelte b/ui/src/components/collections/docs/AuthWithPasswordDocs.svelte
index d8b6228f..b47903f9 100644
--- a/ui/src/components/collections/docs/AuthWithPasswordDocs.svelte
+++ b/ui/src/components/collections/docs/AuthWithPasswordDocs.svelte
@@ -197,7 +197,7 @@
Only the relations to which the request user has permissions to view will be expanded.
-
+
diff --git a/ui/src/components/collections/docs/FieldsQueryParam.svelte b/ui/src/components/collections/docs/FieldsQueryParam.svelte
index ee077ac2..05f6a3e3 100644
--- a/ui/src/components/collections/docs/FieldsQueryParam.svelte
+++ b/ui/src/components/collections/docs/FieldsQueryParam.svelte
@@ -1,5 +1,7 @@
@@ -11,11 +13,7 @@
Comma separated string of the fields to return in the JSON response
(by default returns all fields). Ex.:
-
+
*
targets all keys from the specific depth level.
@@ -28,7 +26,7 @@
Returns a short plain text version of the field string value.
Ex.:
- ?fields=*,description:excerpt(200,true)
+ ?fields=*,{prefix}description:excerpt(200,true)