更新用户配置

更新已认证用户配置的 entries 映射。

认证

需要 X-Glue-Authentication

1curl -X PATCH "https://api.hola.cloud/v1/config" \
2  -H "X-Glue-Authentication: YOUR_GLUE_TOKEN" \
3  -H "Content-Type: application/json" \
4  -d '{"entries":{"feature.newCheckout":false}}'
1{
2  "entries": {
3    "feature.newCheckout": false
4  }
5}

评论

发表评论