Skip to content
API Reference
Dependencies

Add application dependency

Add application dependency

PUT/zones/{zoneId}/applications/{id}/dependencies/{dependencyId}

Adds a resource dependency to an application

Path ParametersExpand Collapse
zoneId: string
id: string
dependencyId: string
Query ParametersExpand Collapse
when_accessing: optional array of string

Add application dependency

curl https://api.keycard.ai/zones/$ZONE_ID/applications/$ID/dependencies/$DEPENDENCY_ID \
    -X PUT
Returns Examples