cURL
curl --request PUT \ --url https://api.maalbar.dk/suppliers/{supplierPublicId} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "publicId": "<string>", "name": "<string>" }
1 - 255
Successful response