Files
signoz/docs
Pandey 57268e50b4
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
cacheci / tests (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
fix: mark v2 notification channel secrets as password format (#12873)
#### Description

- Tag the secret fields of the v2 notification channel specs with
`format:"password"` so the OpenAPI schema hints UIs to obscure them.
- Credentials: webhook `password`/`bearerToken`, PagerDuty `routingKey`,
Opsgenie/JSM Ops `apiKey`, Jira `apiToken`, incident.io `token`.
- Token-bearing URLs the code already models as `SecretURL`: Slack
`apiUrl`, webhook `url`, MS Teams/Google Chat `webhookUrl`.
- Regenerate `docs/api/openapi.yml` and the frontend client (separate
commits).
2026-09-15 17:32:42 +00:00
..