EasypanelDocs

Update error page settings

Replaces the custom styling and visibility settings for error pages.

POST
/setErrorPageSettings

Replaces the custom styling and visibility settings for error pages.

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/setErrorPageSettings" \  -H "Content-Type: application/json" \  -d '{    "hideLinks": true,    "hideLogo": true  }'
null