devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
813 stars 248 forks source link

[Feature Request] White label option for swagger documentation #305

Closed Himanshu1234556 closed 1 month ago

Himanshu1234556 commented 2 months ago

I want to show my own branding on Swagger documentation

patron:PLUS

devlikepro commented 1 month ago

Added in 2024.5.4!

https://waha.devlike.pro/docs/how-to/swagger/


White label

You can show your own brand in the Swagger documentation.

image

👉 Swagger White Label is available in WAHA Plus version.

Use the following environment variables to customize the Swagger documentation:

Example (consider using docker-compose or other methods to store these settings):

docker run -it -p 3000:3000 -e WHATSAPP_SWAGGER_TITLE="AwesomeCRM" -e 'WHATSAPP_SWAGGER_DESCRIPTION=<p>FantasticFindz - Discover unique treasures from around the world at unbelievable prices!<br/> <a href='https://google.com'>Read more about us!</a></p>' -e "WHATSAPP_SWAGGER_EXTERNAL_DOC_URL=https://google.com" devlikeapro/whatsapp-http-api-plus

patron:PRO