Skip to content

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

  1. This 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 be saved with the filename specified by the parameter filename.

Response


Feedback

Is this page helpful? ×