Eventum Logo

Eventum

SecretsNameReferences

List Secret References

List projects whose configuration references the secret as ${secrets.<name>}

GET
/secrets/{name}/references

Path Parameters

name*Name

Secret name

Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://loading/api/secrets/string/references"
[
  "string"
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}