v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Field rules

Update a specific field rule.

put/api/database/field-rules/{table_id}/rule/{rule_id}/

Path parameters

rule_idinteger required

The ID of the rule to update.

table_idinteger required

The ID of the table.

Request body

is_activeboolean required

Whether the date dependency is active or not. If set to false, all other values in the payload will be ignored.

type'date_dependency' required
  • date_dependency - date_dependency
start_date_field_idinteger

Start date field id

end_date_field_idinteger

End date field id

duration_field_idinteger

Duration field id

dependency_linkrow_field_idinteger nullable

Linkrow field id

Response

idinteger required
table_idinteger required

The table that this field rule applies to.

is_validboolean required

Tells if the rule is valid in the context of a table. This field is read-only.

error_textstring nullable required

Stores information about validation error, if it's present. This field is read-only.

is_activeboolean required

Whether the date dependency is active or not. If set to false, all other values in the payload will be ignored.

type'date_dependency' required
  • date_dependency - date_dependency
start_date_field_idinteger

Start date field id

end_date_field_idinteger

End date field id

duration_field_idinteger

Duration field id

dependency_linkrow_field_idinteger nullable

Linkrow field id