PATCH
/
v1
/
switch
/
:uuid
/
image
curl --request PATCH \
  --url https://app.variable.global/api/v1/switch/:uuid/image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "message": "Success"
}
Requires permission:

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
file
file

Response

200
application/json
Success
message
string
Example:

"Success"