Reload the active license from disk
Triggers the server to reload its license file from the configured directory and returns metadata about the currently active license.
curl -X POST "http://localhost:8080/v1/admin/license:reload"{
"status": "string",
"message": "string",
"activeLicense": {
"filename": "string",
"sha256": "string",
"sizeBytes": 0,
"modifiedAt": "2019-08-24T14:15:22Z"
}
}Empty
Empty