2016-11-18 7 views
0

ベースキャンプ2これは、添付ファイルのファイル名を変更し、200返しBasecamp 2 Api:添付ファイルのタグを変更できますか?

のAPI V.1:

resource['projects/11738xxx/attachments/2564xxxx.json'].put({"tags"=> ["tag1"]}.to_json) 
=> <RestClient::Response 200 "{\"id\":2564...."> 

アムI:これは200を返しますが、何もしていないよう

resource['projects/11738xxx/attachments/2564xxxx.json'].put({"name"=> "HALLO.jpg"}.to_json) 
=> <RestClient::Response 200 "{\"id\":2564...."> 

何かが欠けている?

答えて

関連する問題