发布配置
POST
/nacos/v1/cs/configs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http://127.0.0.1:8848/nacos/v1/cs/configs?dataId ={{dataId}}&group={{group}}&content=contentTest' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": "string"
}'
Response Response Example
true
Request
Query Params
tenant
string
optional
dataId
string
required
Example:
{{dataId}}
group
string
required
Example:
{{group}}
content
string
required
Example:
contentTest
type
string
optional
Body Params application/json