Attach properties to an existing item (file, folder, repository, or Release Bundle v2).
To supply special characters (comma (,), backslash(), pipe(|), equals(=)) as a key/value you must add an encoded backslash (%5C) before them. For example: ..?properties=a=1%5C=1 will attach key a with 1=1 as value.
Requires Artifactory Pro, supported by local and local-cached repositories only.
Since: 2.3.0
Security: Requires a privileged user (can be anonymous)
Tip: Starting with Artifactory 7.104.x, it is possible to define an upper limit on the number of artifacts on which property updates can be performed at one time. For example, if you revise a folder property and the folder contains more items than the limit defined in this system parameter, the operation will fail. This feature is useful for preventing heavy loads on the database. The limit is defined using the system parameter, artifactory.max.artifacts.set.properties.recursive. By default, this feature is off. There is no default value when turned on.
