我试图通过从API获取指定票证的详细信息来使用应用程序脚本填充google sheets。但是,该接口始终返回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"}
发布于 2020-09-11 02:54:07
尝试:
curl http://172.30.50.170/api/maniphest.search -d api.token="api-anefq57o5tw6cq23vuxcza6ubxui" -d constraints[ids][0]=14519
发布于 2021-11-24 14:54:33
使用API,您可以访问并尝试所有调用,在那里您可以找到cURL的约束结构。
打开/conduit
干杯
https://stackoverflow.com/questions/63736638
复制相似问题