Install License

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Install new license key or change the current one.

Since: 3.3.0

Security: Requires a valid admin user

Usage: POST /api/system/licenses

Consumes: application/json

POST /api/system/licenses
{ 
        "licenseKey": "<supplied license key>"         // Any newline characters must be represented by escape sequence (\n)
}

Produces: application/json

Sample Output:

POST /api/system/licenses
{
  "status" : 200,
  "message" : "The license has been successfully installed."
}