如何在API平台注释的example属性中显示数组值

时间:2019-03-21 22:57:52

标签: swagger api-platform.com

 *         "reportList"={
 *         "method"="post",
 *         "path"="/report/list",
 *         "controller"=ReportListAction::class,
 *         "defaults"={"_api_receive"=false},
 *         "swagger_context" = {
 *         "parameters"={
 *                      {
 *                          "name" = "body",
 *                          "in" = "body",
 *                          "required" = "false",
 *                          "example" = [xyz,xyz] 
 *                      }
 *
 *              },

我想知道在示例中将数组值放入参数的语法。

我想展示使用它来生成摇摇欲坠的合约。

0 个答案:

没有答案