cURL
curl --request PATCH \ --url https://app.variable.global/api/v1/supplier/:uuid \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "syncId": "sync123", "name": "Supplier Name" }'
{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "syncId": "sync123", "name": "Supplier Name", "connected": true, "image": "https://app.variable.global/uploads/image.jpg" }
Edit a supplier
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A supplier
The response is of type object.
object