curl --request PATCH \
--url https://api.example.com/units/{unit} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"reference": "<string>",
"parent_id": 123,
"description": "<string>"
}
'Updates an existing unit.
curl --request PATCH \
--url https://api.example.com/units/{unit} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"reference": "<string>",
"parent_id": 123,
"description": "<string>"
}
'