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