ReleaseNote โ
Overview โ
Standard serializer base for all VUEDA models. Combines extra-field rejection, flex-fields expansion, writable nested relations, and an available_actions field that exposes permitted actions for the current user.
Properties โ
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | integer | yes | ||
| title | string | no | ||
| notes | string | no | ||
| date | string(date-time) | yes | ||
| formatted_name | string | yes | ||
| available_actions | string[] | yes | ||
| object_revision | string | yes |