---
title: "POST /whitelabeling.update"
method: POST
path: "/whitelabeling.update"
tags: ["whitelabeling"]
---

# POST /whitelabeling.update

`POST /whitelabeling.update`

## Request body

- object
  - `whitelabelingConfig` object, required
    - `appName` string, nullable, required
    - `appDescription` string, nullable, required
    - `logoUrl` string, nullable, required
    - `faviconUrl` string, nullable, required
    - `customCss` string, nullable, required
    - `loginLogoUrl` string, nullable, required
    - `supportUrl` string, nullable, required
    - `docsUrl` string, nullable, required
    - `errorPageTitle` string, nullable, required
    - `errorPageDescription` string, nullable, required
    - `metaTitle` string, nullable, required
    - `footerText` string, nullable, required

## Response `200`

Successful response

- object

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.net/dokploy/apis/dokploy-api.md) · [All operations](https://skmtc.net/dokploy/apis/dokploy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dokploy/dokploy-api/revisions/0c21b2084cd6/schema)
