Updates specified vendor by UUID.
Request
Body Params application/json
{
"name": "{{$commerce.productName}}",
"uuid": "1483dc91-dbf2-4c7c-bf88-595cd3ad1925",
"allowDeviceGenerationByMaterial": true
}
Request samples
curl --location --request PATCH 'https://iot.exati.com.br/guia/vendor/1483dc91-dbf2-4c7c-bf88-595cd3ad1925' \
--header 'x-guia-uuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "{{$commerce.productName}}",
"uuid": "1483dc91-dbf2-4c7c-bf88-595cd3ad1925",
"allowDeviceGenerationByMaterial": true
}'
Responses
Successfully updated vendor
This response does not have a body.
Modified at 2025-07-31 12:33:13