Hello All,
I am trying to update a file (the description) using the following cUrl command :
curl https://api.box.com/2.0/files/file_id -H "Authorization: Bearer_Token" -D {"description":"New Description"} -X PUT -k
When I execute the command I am receiving the display of the current record. And no update is processed.
Can you please recommend the best approach.
Thanks.