在版本3中替换Nelmio @ApiDoc(input =“ Request”)方法

时间:2018-07-10 12:42:25

标签: symfony annotations nelmioapidocbundle

我的注释写为

 * @Get ("/employee/{employeeId}/details")
 * @ApiDoc(
 *  description="Gets employee details",
 *  input="Request",
 *  output="ApiResponse"
 * )

在2.0版中。
现在我们要替换版本3.0中的@ApiDoc(),以便我们可以指定输入类(请求)。

0 个答案:

没有答案