Patch Config

Patch a v0 config Thing's 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}

Comments

Leave a comment