GoodMemGoodMem
ReferenceAPIREST APIAdmin

Reload the active license from disk

POST /v1/admin/license:reload: Triggers the server to reload its license file from the configured directory and returns metadata about the currently active license.

Triggers the server to reload its license file from the configured directory and returns metadata about the currently active license.

POST
/v1/admin/license:reload
x-api-key<token>

In: header

Response Body

curl -X POST "https://your-goodmem-server.example.com/v1/admin/license:reload"
{
  "status": "LOADED",
  "message": "string",
  "activeLicense": {
    "filename": "string",
    "sha256": "string",
    "sizeBytes": 0,
    "modifiedAt": "2019-08-24T14:15:22Z"
  }
}
Empty
Empty