v1

latestOpenAPI 3.0.02026-07-1319142308.8 KB
properties

patch/properties

Query parameters

idstring uuid
created_atstring timestamp with time zone
namestring text
typestring public.property_type_enum
updated_atstring timestamp with time zone
is_visiblestring boolean
orderstring bigint
budget_idstring uuid
columnsstring jsonb
is_immutablestring boolean
optionsstring jsonb
table_idstring uuid
currencystring text
number_formatstring public.number_format_enum

Headers

Prefer'return=representation' | 'return=minimal' | 'return=none'

Preference

Request body

idstring uuid required

Note: This is a Primary Key.<pk/>

created_atstring timestamp with time zone required
namestring text
type'text' | 'select' | 'number' | 'user' | 'link' | 'date' | 'checkbox' | 'column' public.property_type_enum
updated_atstring timestamp with time zone
is_visibleboolean
orderinteger
budget_idstring uuid

Note: This is a Foreign Key to budgets.id.<fk table='budgets' column='id'/>

{"stackTrail":"components:schemas:properties:properties:columns","oasType":"schema","type":"unknown"}
is_immutableboolean
{"stackTrail":"components:schemas:properties:properties:options","oasType":"schema","type":"unknown"}
table_idstring uuid

Note: This is a Foreign Key to tables.id.<fk table='tables' column='id'/>

currencystring text
number_format'number' | 'currency' public.number_format_enum

Response

No Content