Update User Config

Update the authenticated user's config entries map.

Authentication

Requires 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}

Comments

Leave a comment