Description: Changes the Custom URL base
Note
This API is available only in Self-hosted instances.
Since: 3.9.0
Security: Requires a valid admin user
Usage: PUT /artifactory/api/system/configuration/baseUrl
Example:
curl -X PUT "http://localhost:8081/artifactory/api/system/configuration/baseUrl" -d 'https://mycompany.com:444' -uadmin:password -H "Content-type: text/plain"
Sample Output:
URL base has been successfully updated to "https://mycompany.com:444".