Run in Apidog
Partial update a list of attributes from a function, only the attributes passed in will be updated. Function name is required, but it cannot be changed
Request Body Params application/json
{
"attributeValues" : [
{
"uuid" : "010ec98d-d877-46ff-a5c8-f4760ba62443"
} ,
{
"uuid" : "1d52f1a7-372e-45f8-83e3-f979ffe3755f"
}
]
}
Request samples curl --location -g --request PATCH 'https://iot.exati.com.br/guia/devices/{{device-uuid}}/f47aa372-d7c7-46bd-8728-409a82fffc9d?vendorUuid=1483dc91-dbf2-4c7c-bf88-595cd3ad1925' \
--header 'x-guia-uuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributeValues": [
{
"uuid": "010ec98d-d877-46ff-a5c8-f4760ba62443"
},
{
"uuid": "1d52f1a7-372e-45f8-83e3-f979ffe3755f"
}
]
}'
Responses The function attributes were updated successfully.
This response does not have a body.
Modified at 2025-07-31 10:02:28