From e41afe4ababdc38dcb3b60e8bf8a309b831b85bb Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:31:36 -0400 Subject: [PATCH] backport of commit 929562f35612f223e03e8ae2ac0e6fa52d917134 (#6174) Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> --- website/content/docs/api/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/content/docs/api/index.mdx b/website/content/docs/api/index.mdx index caafd12f75..069e10dad0 100644 --- a/website/content/docs/api/index.mdx +++ b/website/content/docs/api/index.mdx @@ -13,7 +13,11 @@ Before reading this page, it is useful to understand Boundary's [domain model](/ Boundary's API is also described via OpenAPI v2; the version corresponding to any tag of Boundary's source code can be found in Boundary's [GitHub repository](https://github.com/hashicorp/boundary/blob/main/internal/gen/controller.swagger.json). --> **NOTE:** A rendered version of this generated API definition can be found on the [API page](/boundary/api-docs). + + +Refer to the [API page](/boundary/api-docs) for a rendered version of this generated API definition. + + Boundary's current API version is 1; all API paths begin with `/v1/`.