updated js-sdk and replaced missing handlers

This commit is contained in:
Gani Georgiev
2026-05-24 16:09:11 +03:00
parent 7984e586a8
commit 5bea84b94b
40 changed files with 217 additions and 229 deletions
+3
View File
@@ -0,0 +1,3 @@
function e(){return t.div({className:`api-fields-info`},t.p(null,`Comma separated string of the fields to return in the JSON response (by default returns all fields). For example:`),app.components.codeBlock({value:`// return all root level fields and only
// "relField.someField" from expand
?fields=*,expand.relField.someField`}),t.p(null,`Use `,t.code(null,`*`),` to target all keys from the specific depth level.`),t.p(null,`In addition, the following field modifiers are also supported:`),t.ul(null,t.li(null,t.code(null,`:excerpt(maxLength, withEllipsis?)`),t.br(),`Returns a short plain text version of the field string value. Ex.: `,t.code(null,`?fields=*,someTextField:excerpt(200,true)`))))}export{e as t};