[Workspace] 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 name Allow empty string: True Example: Guance |
|
companyInfo | string | Company description Allow empty string: True Example: Guance is a platform designed to address cloud computing and cloud-native era...... |
|
emailHeader | string | Email header Allow empty string: True Example: Cloud era system observability platform in Chinese cloud era system observability platform |
|
emailBottom | string | Email footer Allow empty string: True Example: Cloud era system observability platform in Chinese cloud era |
|
domain | string | Complete domain, excluding protocol, including port if applicable, can be cleared by setting an empty string Allow empty string: True Example: www.baidu.com |