Updatable
Updatable is an adjective describing something that is capable of being updated after its creation. In computing, updatable items can have their content, configuration, or state changed post-deployment or post-initialization. The term is commonly applied to software, data records, and user interfaces to indicate that modification is supported.
In software engineering, updatable systems support updates such as feature improvements, bug fixes, or security patches
In data management, an updatable object or record can be modified after creation. Some systems emphasize immutability
Advantages of updatability include responsiveness to user needs, easier maintenance, and the ability to fix issues
See also: patch management, versioning, mutable versus immutable data, updatable views.