From 21abe04b6fed34535394ef53aed5b79c58384590 Mon Sep 17 00:00:00 2001
From: Laurent Velez <laurent.velez@etsi.org>
Date: Wed, 28 Jul 2021 10:33:44 +0200
Subject: [PATCH] test2

---
 OpenAPI/openapi-AE4.yaml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/OpenAPI/openapi-AE4.yaml b/OpenAPI/openapi-AE4.yaml
index 59f07ff..3c89e0f 100644
--- a/OpenAPI/openapi-AE4.yaml
+++ b/OpenAPI/openapi-AE4.yaml
@@ -53,7 +53,7 @@ paths:
                           }
                   }
       responses:
-        '201':
+        201:
           description: Create AE Response
           content:
             application/json:
@@ -80,13 +80,7 @@ paths:
                             }
                     }
                 rcn=0 in the request:
-                  value: ' '
-                rcn=2 in the request:
-                  value: |-
-                    {
-                        "m2m:ae": "csename/aename"
-                                   
-                    }
+                  value:                 
                 rcn=3 in the request:
                   value: |-
                     {
@@ -111,6 +105,12 @@ paths:
                         }
                              
                     }
+                rcn=2 in the request:
+                  value: |-
+                    {
+                        "m2m:ae": "csename/aename"
+                                   
+                    }          
       servers:
         - url: 'http://cse-address:8080'
     servers:
-- 
GitLab