nextcloud-java-api
                                
                                 nextcloud-java-api copied to clipboard
                                
                                    nextcloud-java-api copied to clipboard
                            
                            
                            
                        Set expiry date
Hi!
How can i set expiry date for a shared folder?
Hello,
it's currently not implemented in this library.
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#create-a-new-share
We would need to pass an additional expireDate parameter when creating the share.
I would accept a pull request which implements this