-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Right now the API model sets up for most of the model the id
as one of the attributes of such model. But is it? If we leave the id
as part of the attributes that are specific to a model this would be allowed during the update of such model with by design is incorrect
TODO:
- Move the
id
attribute of the API models to another interface/schema, likecommon_fields
or the existingaudit_fields
. This way it is consistent in the way that such fields are particular to the model and they cannot be updated. - Refactor the codebase in a way this is consistent and does not provoke side-effects.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request