EasypanelDocs

Update the panel domain

Replaces the custom panel domain and IP-access setting.

POST
/setPanelDomain

Replaces the custom panel domain and IP-access setting.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/setPanelDomain" \  -H "Content-Type: application/json" \  -d '{    "customPanelDomain": null,    "serveOnIp": true  }'
null