Upload Workspace Image Resources¶
POST /api/v1/workspace/{workspace_uuid}/upload_logo_image
Overview¶
Modify the information of the workspace to which the current API Key belongs.
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| workspace_uuid | string | Y | Workspace UUID |
Query Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| filename | string | Filename Example: logo.png Allowed values: ['logo.png', 'favicon.ico'] |
|
| language | string | Language Example: zh Allowed values: ['zh', 'en', 'zh-hant', 'id'] |
Parameter Supplementary Notes¶
Notes¶
- This interface is a form request. The file content is stored in the
filefield within the form. - Only one file can be passed per request.
- Regardless of the original name of the uploaded file, it will be saved with the filename specified by the
filenameparameter.