curl --request POST \
--url http://0.0.0.0:3000/v1/config_entry \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"domain": "<string>",
"data": {}
}
'curl --request POST \
--url http://0.0.0.0:3000/v1/config_entry \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"domain": "<string>",
"data": {}
}
'Documentation Index
Fetch the complete documentation index at: https://docs.unicontrol.me/llms.txt
Use this file to discover all available pages before exploring further.