Update System Settings

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: update system settings

Since: 1.6

Security: Admin only

Usage: POST /api/v1/system/settings

Request headers: N/A

Consumes: application/json

cURL Example

$ curl -u user:password -H "Accept: application/json" -H "Content-Type: application/json" -X POST "http://ARTIFACTORY_SERVER_HOSTNAME:8082/distribution/api/v1/system/settings" -T system_settings.json

system_settings.json

{
      "call_home_enabled": true
}

Field

Type

Required

Default Value

Since

Description

call_home_enabled

Boolean

no

false

1.6

If enabled, sending usage statistics to JFrog

Response status codes:

200 - Success