UNPKG

528 BJSONView Raw
1{
2 "get" : {
3 "tags": ["Ripple"],
4 "description": "Switch UI between React and Angular versions",
5 "security": "=> auth()",
6 "produces": "=> json()",
7 "parameters": [
8 {
9 "name": "uiType",
10 "in": "path",
11 "description": "UI Type: react or angular",
12 "required": true,
13 "type": "string"
14 }
15 ],
16 "responses": {
17 "200": "=> get('response200.json', 'desc', 'Confirmation of UI swap', 'ref', 'uiResponse')",
18 "403": "=> get('response403.json')"
19 }
20 }
21}
\No newline at end of file