Skip to main content

List parent options.

GET <your-unleash-url>/api/admin/projects/:projectId/features/:child/parents

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

List available parents who have no transitive dependencies.

Request

Path Parameters

  • projectId string required
  • child string required
Responses

parentFeatureOptionsSchema

Schema
  • Array [
  • string
  • ]

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
projectId — path required
child — path required
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/projects/:projectId/features/:child/parents' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'