Skip to main content
PATCH
/
v1
/
config_entries
/
config_entry
/
{config_entry}
Update config entry
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>"
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

config_entry
string
required

Body

application/json
title
string
required

Response

200 - application/json

Successful response