From 56363a0a00454c81483d9c64e6cc5a105a14038c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sveinung=20R=C3=B8saker?= Date: Wed, 9 Nov 2016 12:41:11 +0100 Subject: [PATCH] Update api-v1.md --- docs/api-v1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api-v1.md b/docs/api-v1.md index c4ec1dbed8..5501daeae5 100644 --- a/docs/api-v1.md +++ b/docs/api-v1.md @@ -6,6 +6,11 @@ **GET: http://unleash.host.com/features** +**HEADERS:** + +* UNLEASH-APPNAME: appName +* UNLEASH-INSTANCEID: instanceId + This endpoint is the one all clients should use to fetch all available feature toggles from the _unleash-server_. The response returns all active feature toggles and their current strategy configuration. A feature toggle will have _at least_ one configured strategy.