Update function
Endpoint: PUT /api/{organization}/functions/{name}
Function can be used to modify input data. You can use it to drop some fields, convert some field's data type, or drop some records.
Request
Description
Field name | Data type | Default value | Description |
---|---|---|---|
function | string | - | function body |
order | int64 | 0 | execute order, minimum will execute first. |
Currently, we only support VRL as a functional language.