cURL
curl --request POST \ --url https://api.example.com/evault/v1/file_shares/{id}/set_password/ \ --header 'Content-Type: application/json' \ --data ' { "new_password": "<string>", "old_password": "<string>" } '
{ "new_password": "<string>", "old_password": "<string>" }
Inject the user of the current request in the serializer save method
A unique value identifying this file sharing.
1