{
"watch_files": [
{
"namespace": "default",
"group": "GROUP-123",
"file_name": "application.properties",
"version": 2
}
]
}
curl --location --request POST 'http://119.91.66.223:8090/config/v1/WatchConfigFile' \
--header 'X-Polaris-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"watch_files": [
{
"namespace": "default",
"group": "GROUP-123",
"file_name": "application.properties",
"version": 2
}
]
}'
{}