Resource group
Fields
Fields describe the structured columns of a tabular Function’s input (name + type: Text, Number, or Image).
Operations
| Method | Path | Operation |
|---|---|---|
| GET | /v1/functions/{functionId}/fields |
List Fields (ListFields) |
| POST | /v1/functions/{functionId}/fields |
Create a Field (PostField) |
| GET | /v1/functions/{functionId}/fields/{fieldId} |
Get a Field (GetField) |
| PUT | /v1/functions/{functionId}/fields/{fieldId} |
Update a Field (PutField) |
| DELETE | /v1/functions/{functionId}/fields/{fieldId} |
Delete a Field (DeleteField) |