Upload Workspace Image¶
POST /api/v1/workspace/upload_logo_image
Overview¶
Modify the workspace information associated with the current API Key.
Query Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| filename | string | File name Example: logo.png Available values: ['logo.png', 'favicon.ico'] |
|
| language | string | Language Example: zh Available values: ['zh', 'en', 'zh-hant', 'id', 'ja', 'ko'] |
Additional Parameter Notes¶
Notes¶
- This endpoint uses form requests. The file content should be placed in the
filefield of the form. - Only one file can be uploaded per request.
- Regardless of the original file name, the file will be saved with the name specified by the
filenameparameter.