Skip to main content
POST
/
v1
/
config_entry
Create config entry
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required
domain
string
required
data
object
required

Response

200 - application/json

Successful response