From 149248c6f49f12c526231d372e7f0fcb8aea1daa Mon Sep 17 00:00:00 2001 From: Eike Herzbach Date: Fri, 3 Aug 2018 18:44:09 +0200 Subject: [PATCH] Add missing newline to fix list display on website (#9741) --- content/en/docs/reference/using-api/api-overview.md | 1 + 1 file changed, 1 insertion(+) 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.