おはようございます。Smartsheet の列のドロップダウン値を更新する方法を探しています。Smartsheet API 2.0 から離れて、curl で使用する次のコードを思いつきましたが、CMD で実行すると次のエラーが発生します。
私が使用しているコードは次のとおりです。
curl https://api.smartsheet.com/2.0/sheets/7654838910642052/columns/4 -H "Authorization: Bearer 6cn0otb4tdjueqzuflgnkzff17" -X PUT -d '{"title":"Weekend Date","index":4, "type" : "PICKLIST", "options" :["31-OCT-2015"]}' -k
CMD から取得したエラー メッセージは次のとおりです。
C:\New>curl https://api.smartsheet.com/2.0/sheets/7654838910642052/columns/4 -H "Authorization: Bearer 5cn0otb4tdjueqzuflgnkzff17" -X PUT -d '{"title"
:"Weekend Date","index":4, "type" : "PICKLIST", "options" :["31-OCT-2015"]}' -k
{"errorCode":1124,"message":"Invalid Content-Type header. Media type not supported."}curl: (6) Could not resolve host: type; Host not found
¶hA▓╔ôÒ±$═»ù0♠~¡lk§☺▄ÜQK¡^ Õf ƒîa♀ÛæçÂ"õ8Ê╝±↕åÊJcurl: (6) Could not resolve host: PICKLIST,; Host not found
curl: (6) Could not resolve host: options; Host not found
curl: (3) [globbing] error: bad range specification after pos 3
私が得ることができる助けをいただければ幸いです!!! このエラーは本当に厄介で、修正するのにかなりの時間を費やしました。
** セキュリティ上の理由からアクセス トークンを変更しましたが、使用しているトークンは間違いなく有効です **