Skip to main content

Check dependencies exist.

GET 

<your-unleash-url>/api/admin/projects/:projectId/dependencies

Check if any dependencies exist in this Unleash instance

Request

Path Parameters

    projectId stringrequired

Responses

dependenciesExistSchema

Schema
    booleandependenciesExistSchema (boolean)

    true when any dependencies exist, false when no dependencies exist.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/dependencies' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!