Description: Enables the propagation of artifact creation time metadata during Full Sync operations. This endpoint is relevant when using the Artifactory Federation Service (RTFS).
Important
To use this feature, the following Artifactory system property must be set to true on the target member:
federated.mirror.events.upload.info.propagate.enabled
Since: 7.123.0
Security: Requires an admin user.
Usage: PUT artifactory/api/federation/propagateCreatedTime?enabled=true
Query Parameter:
Parameter | Required/Optional | Type | Description |
|---|---|---|---|
| required | boolean | Set to |
Sample Response: 200 OK
Status Codes:
Code | Description |
|---|---|
200 | Enabled |
400 | Bad Request (missing the |
403 | Forbidden |