curl --request PUT \
--url https://api.wirespeed.com/team/platform-logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form type=dark
This response has no body data.
curl --request PUT \
--url https://api.wirespeed.com/team/platform-logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form type=dark
This response has no body data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.