1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

Update api-v1.md

This commit is contained in:
Sveinung Røsaker 2016-11-09 12:41:11 +01:00 committed by Ivar Conradi Østhus
parent 70d596d0af
commit 56363a0a00

View File

@ -6,6 +6,11 @@
**GET: http://unleash.host.com/features** **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 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 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. current strategy configuration. A feature toggle will have _at least_ one configured strategy.