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

Headers

Authentication
string
default:{{token_1}}
required

Body

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

Response

200 - application/json

The response is of type object.