Upload Workspace Logo 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 | No | Filename Example: logo.png Possible values: ['logo.png', 'favicon.ico'] |
language | string | No | Language Example: zh Possible values: ['zh', 'en'] |
Additional Parameter Notes¶
Precautions¶
- This interface is a form request, and the file content is stored in the file field of 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 parameter filename.