LibraryVariableSets
List projects and deployments which are using an library variable set.
get/spaces/{spaceIdentifier}/libraryvariablesets/{id}/usages
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
The ID of the Library Variable Set.
Response
The usages of the library variable set.
Example response
{
"Projects": [
{
"ProjectId": "Projects-1",
"Releases": [
{
"ReleaseId": "Releases-1"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.