cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

feat: Send Executable with file update #305

Closed taratatach closed 4 years ago

taratatach commented 4 years ago

We can pass the Executable query-string parameter when uploading a new file but cozy-client-js does not send it when uploading a new version although cozy-stack accepts it.

Clients like cozy-desktop should be able to pass this parameter along to keep it in sync with their local metadata.