Custom Workspace Binding Information¶
POST /api/v1/workspace/{workspace_uuid}/bind_info/set
Overview¶
Set custom binding information for the workspace
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
workspace_uuid | string | Y | Workspace UUID |
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
name | string | Product names Allow empty strings: True Example: Guance |
|
companyInfo | string | Company description information Allow empty strings: True Example: Guance is designed to solve cloud computing and cloud-native era problems...... |
|
emailHeader | string | Email header Allow empty strings: True Example: Guance - The system observability platform of the cloud era |
|
emailBottom | string | Email footer Allow empty strings: True Example: Guance - The system observability platform of the cloud era |
|
domain | string | Full domain name, excluding protocol, including port if applicable, can be set as an empty string to clear the domain Allow empty strings: True Example: www.baidu.com |