SecretsNameReferences
List Secret References
List what refers to the secret - the projects whose configuration reads it as ${secrets.<name>}, and the connected repositories authenticating with it
curl -X GET "https://loading/api/secrets/string/references"{
"projects": [
"string"
],
"repositories": [
"string"
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Empty