UpdateJsonataFunctionReq
- bodyType: string
The JSONata function body (can only be modified in Draft status)
- keyType: string
Function key
- nameType: string
Human-readable name for the function
- paramsType: array object[]
Array of function parameters (can only be modified in Draft status)
- paramType: string
Name required - paramType: stringenum
Type requiredvalues- string
- number
- boolean
- object
- schemaType: object
Definition
- returnType: object
Type Return type specification (can only be modified in Draft status)
- typeType: stringenumrequiredvalues
- string
- number
- boolean
- object
- schemaType: object
Definition
- statusType: stringenum
Function status (Draft functions can become Active; Active can become Deprecated)
values- Draft
- Active
- Deprecated
- versionType: stringenum
Type Semantic version increment type (Major for breaking changes, Minor for new features, Patch for bug fixes)
values- Major
- Minor
- Patch
