{
"namespace": "default",
"group": "GROUP-123",
"name": "application.yaml",
"content": "我是奥特曼爸爸",
"comment": "测试",
"format": "text",
"tags": [
{
"key": "springliao",
"value": "springliao"
}
]
}curl --location --request POST 'http://119.91.66.223:8090/config/v1/configfiles' \
--header 'X-Polaris-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"namespace": "default",
"group": "GROUP-123",
"name": "application.yaml",
"content": "我是奥特曼爸爸",
"comment": "测试",
"format": "text",
"tags": [
{
"key": "springliao",
"value": "springliao"
}
]
}'{}