修补 Config

修补 v0 配置 Thing 的 entries。

1curl -X PATCH "https://api.hola.cloud/v0/configs/cfg_abc123" \
2  -H "Content-Type: application/json" \
3  -d '{"entries":{"feature.newCheckout":false}}'
1{
2  "id": "cfg_abc123",
3  "entries": {
4    "feature.newCheckout": false
5  }
6}

评论

发表评论