Skip to content

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

Clone this wiki locally