diff --git a/content/en/docs/reference/using-api/api-overview.md b/content/en/docs/reference/using-api/api-overview.md index e638485239..2d38030e3f 100644 --- a/content/en/docs/reference/using-api/api-overview.md +++ b/content/en/docs/reference/using-api/api-overview.md @@ -33,6 +33,7 @@ multiple API versions, each at a different API path. For example: `/api/v1` or `/apis/extensions/v1beta1`. The version is set at the API level rather than at the resource or field level to: + - Ensure that the API presents a clear and consistent view of system resources and behavior. - Enable control access to end-of-life and/or experimental APIs.