...
The special feature of tags is the independence of versioning and schema definitions. Tags can only be attached to the current version of an object, whereas previous versions cannot have tags. For version-specific information, metadata provide the suitable options. They have to be defined in the Schema.Note:
Note | ||
---|---|---|
| ||
If a new version of an object is created, e.g. by |
...
a POST update of the metadata or the binary content file, all tags are removed from the object. The new version will not have any tags. |
Tag Management
Endpoints
Tags can be set in any object creation body in the system property system:tags
. In the same way, it is also possible to set tags for the new version of an object in any POST/PATCH update call. A POST update without the explicit specification of already existing tags will remove them from the corresponding object.
...