From 8d0566c178c8eb2c2f4a33f1f8059af8d16fc628 Mon Sep 17 00:00:00 2001 From: Laurent Velez <laurent.velez@etsi.org> Date: Wed, 28 Jul 2021 18:20:48 +0200 Subject: [PATCH] test --- OpenAPI/openapi-AE6.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OpenAPI/openapi-AE6.yaml b/OpenAPI/openapi-AE6.yaml index dd8b3c7..927352d 100644 --- a/OpenAPI/openapi-AE6.yaml +++ b/OpenAPI/openapi-AE6.yaml @@ -132,7 +132,7 @@ paths: rn: type: string examples: - 'with no rcn or rcn=1 in the request': + with no rcn or rcn=1 in the request: value: >- {"m2m:ae": {"rn": "temperature", "api": "N01.com.company.temperature ", "lbl": ["key1", "key2"], @@ -141,14 +141,14 @@ paths: "20210330T153934,791690", "lt": "20210330T153934,791690", "et": "20220330T153934,791714", "pi": "id-in", "ty": 2, "aei": "CAdmin"}} - 'with rcn=0 in the request': + with rcn=0 in the request: value: >- {} - 'with rcn=2 in the request': - value: >- + with rcn=2 in the request: + value: >- {"m2m:ae": "csename/aename"} - 'with rcn=3 in the request': - value: >- + with rcn=3 in the request: + value: >- {"m2m:rce" {"m2m:ae": {"rn": "aename", "api": "N01.com.company.aename ", "lbl": ["key1", "key2"], "rr": true, "srv": ["3"], "poa": ["http://cse-address:8080"], "ri": "CAdmin", "ct": "20210330T153934,791690", "lt": "20210330T153934,791690", "et": "20220330T153934,791714", "pi": "cse-id", "ty": 2, -- GitLab