cURL
curl --request PATCH \ --url https://app.variable.global/api/v1/material/:uuid/image \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file=@example-file
{ "message": "Success" }
Update a material image
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object