From 7f0af7242405f0d073f9d7a4c812c3572f81990b Mon Sep 17 00:00:00 2001 From: Martin van der Plas Date: Fri, 13 Dec 2024 16:02:34 +0100 Subject: [PATCH] Consequent gebruik term OpenAPI Description --- DesignRules.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DesignRules.md b/DesignRules.md index ad09d20..46be4fd 100644 --- a/DesignRules.md +++ b/DesignRules.md @@ -108,7 +108,7 @@ A resource describing a single thing is called a [=singular resource=]. Resource
How to test
- Loop all resource paths in the OpenAPI Specification and check that no resources paths end with a forward slash (/). + Loop all resource paths in the OpenAPI Description and check that no resources paths end with a forward slash (/).
@@ -480,7 +480,7 @@ An API is as good as the accompanying documentation. The documentation has to be @@ -556,7 +556,7 @@ Changes in APIs are inevitable. APIs should therefore always be versioned, facil