跳转到主要内容
POST
/
v1
/
config
编译并应用新配置
curl --request POST \
  --url http://127.0.0.1:22100/v1/config \
  --header 'Content-Type: application/json' \
  --data '{
  "config": {}
}'
{
  "generation": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

请求体

application/json
config
object
必填

原始 Arc 配置 JSON。

响应

已应用

generation
string<uuid>
必填