Description: Install new license key or change the current one.
Note
This API is available only in Self-hosted instances.
Since: 3.3.0
Security: Requires a valid admin user
Usage: POST /artifactory/api/system/licenses
Consumes: application/json
POST /artifactory/api/system/licenses
{
"licenseKey": "<supplied license key>" // Any newline characters must be represented by escape sequence (\n)
}Produces: application/json
Sample Output:
POST /artifactory/api/system/licenses
{
"status" : 200,
"message" : "The license has been successfully installed."
}