PUT
/
team
/
platform-logo
Upload platform logo
curl --request PUT \
  --url https://api.wirespeed.co/team/platform-logo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form type=dark \
  --form file=@example-file
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
type
enum<string>
required

Theme type for the logo (dark or light)

Available options:
dark,
light
file
file
required

Logo file to upload