Skip to content

Upload Workspace Image



POST /api/v1/workspace/upload_logo_image

Overview

Modify the information of the workspace to which the current API Key belongs

Query Request Parameters

Parameter Type Required Description
filename string Filename
Example: logo.png
Optional values: ['logo.png', 'favicon.ico']
language string Language
Example: zh
Optional values: ['zh', 'en']

Additional Parameter Notes

Notes

  1. The current interface is a form request, and the file content is stored in the file field of the form.
  2. Only one file can be passed per request.
  3. Regardless of the original name of the uploaded file, it will ultimately be saved as the filename specified by the filename parameter.

Response


Feedback

Is this page helpful? ×