Create Config

Create a v0 config Thing.

1curl -X POST "https://api.hola.cloud/v0/configs" \
2  -H "Content-Type: application/json" \
3  -d '{"entries":{"feature.newCheckout":true}}'

Response:

1{
2  "id": "cfg_abc123",
3  "entries": {
4    "feature.newCheckout": true
5  }
6}

Comments

Leave a comment