diff --git a/DesignRules.md b/DesignRules.md index 5de84a0..60d6f88 100644 --- a/DesignRules.md +++ b/DesignRules.md @@ -621,12 +621,8 @@ Changes in APIs are inevitable. APIs should therefore always be versioned, facil
How to test
- -
+ The "API-Version" response header MUST comply with Semantic Versioning. + @@ -653,10 +649,7 @@ Changes in APIs are inevitable. APIs should therefore always be versioned, facil
How to test
- + A response MUST include the header "API-Version".