我正在使用RESTapi更新一个自定义字段(customfield_10706)列表(在下拉列表中添加更多选项)。我使用的是/rest/api/3/customField/10706/option body is, { {
"value": "Added via API121212但我不确定它是添加到哪个项目中
我看到了following example,但由于没有看过源代码,我不确定如何最好地理解执行搜索的各种方法。例如,如果我想将查询限制在特定的域中,该怎么办?googleapiclient.discovery import build
# Build a service object for interacting with the APIVisit
# the Google APIs Console <http://code.google.com/ap