Hi I would like to create a component through the API with the label field already field. Do is this possible or I have to update it with a PATCH ?
curl -X POST -d ‘{“label”:“this is a test”}’ -H ‘X-Auth-Token: *******************’ ’ http://librenms/api/v0/devices/mydevice/components/type_component_test
Thank.