[Swagger]Add response definitions
This commit is contained in:
		
							parent
							
								
									24b82c30e8
								
							
						
					
					
						commit
						2a0291e285
					
				
							
								
								
									
										25
									
								
								swagger.js
								
								
								
								
							
							
						
						
									
										25
									
								
								swagger.js
								
								
								
								
							|  | @ -28,6 +28,29 @@ const defaultSwagger = { | |||
|   "produces": [ | ||||
|     "application/json" | ||||
|   ], | ||||
| 
 | ||||
|   "responses": { | ||||
|     "ShouldSecureKey": { | ||||
|       "name": "i", | ||||
|       "description": "secure key", | ||||
|       "in": "formData", | ||||
|       "required": true, | ||||
|       "type": "string" | ||||
|     }, | ||||
|     "SecureKey": { | ||||
|       "name": "i", | ||||
|       "description": "secure key", | ||||
|       "in": "formData", | ||||
|       "type": "string" | ||||
|     }, | ||||
|     "NormalKey": { | ||||
|       "name": "_userkey", | ||||
|       "description": "normal key", | ||||
|       "in": "formData", | ||||
|       "type": "string" | ||||
|     } | ||||
|   }, | ||||
| 
 | ||||
|   "definitions": { | ||||
|     "Error": { | ||||
|       "type": "object", | ||||
|  | @ -173,8 +196,6 @@ const defaultSwagger = { | |||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "responses": {}, | ||||
|   "parameters": {}, | ||||
|   "securityDefinitions": {}, | ||||
|   "tags": [] | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue