EasypanelDocs

Update basic branding settings

Replaces the server name, color, and basic interface visibility settings.

POST
/setBasicSettings

Replaces the server name, color, and basic interface visibility settings.

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/setBasicSettings" \  -H "Content-Type: application/json" \  -d '{    "hideIp": true,    "hideNotes": true,    "serverColor": "string",    "serverName": "string"  }'
null