Dashboard URL Reload

Last updated: 1 minute read.

Since the Dashboard can have multiple URLs associated with it. It is possible to force a URL reload by calling an API endpoint of the Dashboard API.

Reload the Dashboard URLs

Property Description
Resource URL /admin/system/reload
Method GET
Type None
Body None
Param None

Sample Request

Copy code
GET /admin/system/reload HTTP/1.1 Host: localhost:3000 admin-auth:12345

Sample Response

Copy code
{ "status": "ok" }