Hi there
When trying to move an item I send a request that updates the parent id of a file and it returns an error 404 with reason "invalid parameter" item. But there is no item parameter as far as I can see in the docs, it's also a value that I don't send: f_61412404350 which is the id of the file (a path parameter in this request) prefixed with f_. Is this something internal or am I supposed to send an undocumented item parameter?
{"type":"error","status":404,"code":"not_found","context_info":{"errors":[{"reason":"invalid_parameter","name":"item","message":"Invalid value 'f_61412404350'. 'item' with value 'f_61412404350' not found"}]},"help_url":"http:\/\/developers.box.com\/docs\/#errors","message":"Not Found","request_id":"q3mbdefya6q6guoc"}