Skip to main content
POST
/
api
/
device
/
conf-template
/
edit
编辑参数模板
curl --request POST \
  --url https://api.example.com/api/device/conf-template/edit \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "name": "<string>",
  "remark": "<string>",
  "data": {},
  "schema": {}
}
'
{}

Headers

Authentication
string
default:{{token_1}}
required

Body

application/json
id
string
required
name
string
remark
string
data
object
schema
object

Response

200 - application/json

The response is of type object.