With the 6.5.0 version, there is an issue when trying to archive an upload_request_group :
curl 'https://my.linshare/linshare/webservice/rest/user/v5/upload_request_groups/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx/status/ARCHIVED?copy=true' \
-X PUT \
--data-raw '{"uuid":"ARCHIVED"}'
the backend respond with :
{"message":"Bad data format : null. Exception: java.lang.NullPointerException","errCode":20005}