属性名称
|
备注
|
value
|
url的路径值
|
tags
|
如果设置这个值、value的值会被覆盖
|
description
|
对api资源的描述
|
basePath
|
基本路径可以不配置
|
position
|
如果配置多个Api 想改变显示的顺序位置
|
produces
|
For example, “application/json, application/xml”
|
consumes
|
For example, “application/json, application/xml”
|
protocols
|
Possible values: http, https, ws, wss.
|
authorizations
|
高级特性认证时配置
|
hidden
|
配置为true 将在文档中隐藏
|
属性名称
|
备注
|
value
|
url的路径值
|
tags
|
如果设置这个值、value的值会被覆盖
|
description
|
对api资源的描述
|
basePath
|
基本路径可以不配置
|
position
|
如果配置多个Api 想改变显示的顺序位置
|
produces
|
For example, “application/json, application/xml”
|
consumes
|
For example, “application/json, application/xml”
|
protocols
|
Possible values: http, https, ws, wss.
|
authorizations
|
高级特性认证时配置
|
hidden
|
配置为true 将在文档中隐藏
|
response
|
返回的对象
|
responseContainer
|
这些对象是有效的 “List”, “Set” or “Map”.,其他无效
|
httpMethod
|
“GET”, “HEAD”, “POST”, “PUT”, “DELETE”, “OPTIONS” and “PATCH”
|
code
|
http的状态码 默认 200
|
extensions
|
扩展属性
|
属性名称
|
备注
|
name
|
属性名称
|
value
|
属性值
|
defaultValue
|
默认属性值
|
allowableValues
|
可以不配置
|
required
|
是否属性必填
|
access
|
不过多描述
|
allowMultiple
|
默认为false
|
hidden
|
隐藏该属性
|
example
|
举例子
|
属性名称
|
备注
|
name
|
属性名称
|
value
|
属性值
|
defaultValue
|
默认值
|
allowableValues
|
可以不可配置
|
required
|
是否属性必填
|
access
|
不可过多描述
|
allowMutiple
|
默认为false
|
dataType
|
数据类型
|
paramType
|
参数类型
|
属性名称
|
备注
|
code
|
http的状态码
|
message
|
描述
|
response
|
默认响应类 Void
|
reference
|
参考ApiOperation中配置
|
responseHeaders
|
参考 ResponseHeader 属性配置说明
|
responseContainer
|
参考ApiOperation中配置
|
属性名称
|
备注
|
name
|
响应头名称
|
description
|
头描述
|
response
|
默认响应类 Void
|
responseContainer
|
参考ApiOperation中配置
|