EasypanelDocs

Update branding link settings

Replaces the visibility settings for navigation and community links.

POST
/setLinksSettings

Replaces the visibility settings for navigation and community links.

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/setLinksSettings" \  -H "Content-Type: application/json" \  -d '{    "hideChangelogLink": true,    "hideDiscordLink": true,    "hideDocumentationLink": true,    "hideFeedbackLink": true,    "hideOtherLinks": true  }'
null