问题描述
我试图通过从指定故障单的API详细信息中提取应用程序脚本来填充Google表格。但是,API始终返回Parameter \"constraints\" must be a map of constraints,got \"string\"."
通过curl对其进行尝试,并返回相同的结果。
curl http://172.30.50.170/api/maniphest.search -d api.token="api-anefq57o5tw6cq23vuxcza6ubxui" -d constraints={"id":"14519"}
解决方法
尝试:
curl http://172.30.50.170/api/maniphest.search -d api.token="api-anefq57o5tw6cq23vuxcza6ubxui" -d constraints[ids][0]=14519