cURL
curl --request PUT \ --url https://api.example.com/api/v1/meters/{meter_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Update meter name and description.
Was this page helpful?