curl --request PATCH \
--url http://0.0.0.0:3000/v1/config_entries/config_entry/{config_entry} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>"
}
'curl --request PATCH \
--url http://0.0.0.0:3000/v1/config_entries/config_entry/{config_entry} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>"
}
'