UNPKG

469 BJSONView Raw
1{
2 "tags": ["Ripple"],
3 "description": "Saves user's application settings",
4 "security": "=> auth()",
5 "produces": "=> json()",
6 "parameters": [{
7 "in": "body",
8 "name": "body",
9 "description": "Body Payload containing application settings",
10 "required": true,
11 "schema": "=> schema('applicationPayload')"
12 }],
13 "responses": {
14 "200": "=> get('response200.json', 'ref', 'applicationSaveResponse')",
15 "403": "=> get('response403.json')"
16 }
17}
\No newline at end of file