cURL
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.
Documentation IndexFetch the complete documentation index at: https://docs.ziik.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ziik.io/llms.txt
Use this file to discover all available pages before exploring further.
Unit ID
Unit updated