【发布时间】:2018-01-15 04:53:26
【问题描述】:
我收到一个 Get 请求,其中我有如下查询参数数组类型
https://localhost:8082/myapi/fetchids?ids=[1,2,3,4]
现在我必须在 raml 中定义这个数组查询参数,但仍然没有得到解决方案。
我的 raml 如下所示,请建议我在 0.8 版本中为数组类型查询参数编写的内容。
/fetchdetails:
get:
queryParameters:
Ids:
description: 'ids'
type: integer
required: true
displayName: Ids
【问题讨论】:
标签: arrays mule mule-studio query-parameters raml