Skip to content
Snippets Groups Projects
Commit 907b7c50 authored by Laurent Velez's avatar Laurent Velez
Browse files

added Container3

parent cd34a000
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/inline_response_201'
$ref: '#/components/schemas/create_201'
examples:
"0":
value: '{"m2m:ae": {"rn": "temperature", "api": "N01.com.company.temperature ", "lbl": ["key1", "key2"], "rr": true, "srv": ["3"], "poa": ["http://192.168.1.30:8080"], "ri": "CAdmin", "ct": "20210330T153934,791690", "lt": "20210330T153934,791690", "et": "20220330T153934,791714", "pi": "id-in", "ty": 2, "aei": "CAdmin"}}'
......@@ -101,7 +101,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/inline_response_201'
$ref: '#/components/schemas/create_201'
examples:
"0":
value: '{"m2m:ae": {"rn": "temperature", "api": "N01.com.company.temperature ", "lbl": ["key1", "key2"], "rr": true, "srv": ["3"], "poa": ["http://192.168.1.30:8080"], "ri": "CAdmin", "ct": "20210330T153934,791690", "lt": "20210330T153934,791690", "et": "20220330T153934,791714", "pi": "id-in", "ty": 2, "aei": "CAdmin"}}'
......@@ -111,7 +111,7 @@ paths:
- url: http://192.168.1.30:8080
components:
schemas:
inline_response_201:
create_201:
type: object
properties:
m2m:ae:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment