Update Item Properties

Attach and modify properties to an item - file, folder, or repository. Requires Artifactory Pro, supported by local and local-cached repositories only. Since: 6.1.0 Security: Requires a privileged user (Annotate authorization required)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

Repository key

string
required
length ≥ 1

Item path within the repository

Query Params
integer
enum

Apply properties recursively (0 or 1)

Allowed:
integer
enum

Atomic properties update (0 or 1)

Allowed:
Body Params

Properties to update

props
object

Properties to update. Each property can be:

  • A single string value: "value1"
  • An array of strings: ["value1", "value2"]
  • null to remove the property
Responses
204

Properties updated successfully (no content)

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
application/json