-
Notifications
You must be signed in to change notification settings - Fork 0
REST APIs
Amit Kumar Mondal edited this page Nov 23, 2017
·
3 revisions
This bundle exposes REST Resource Endpoints to manage features
The URI patterns are as follows:
- GET: /featureflags/features
- GET: /featureflags/features/{featureID}
- PUT: /featureflags/features/{featureID}
PUT Request Body: boolean value
Copyright (C) 2017 Amit Kumar Mondal