Replies: 2 comments 1 reply
-
Based on RFC-8030, I'd either provide a custom endpoint such as |
Beta Was this translation helpful? Give feedback.
-
Why not create the subscription directly on the collection itself, and use the payload document type?
That's similar to how SabreDAV & Nextcloud create collection shares. I don't think using the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How should subscriptions be registered at the WebDAV server? Our current ideas are
?action=
on collection URL)/<collection>/push-subscriptions
(/<principal>?)/push-subscriptions
(would allow subscribing to multiple collections in one request)POST
on/<collection>
with subscription info in body, like to create a WebDAV shareBeta Was this translation helpful? Give feedback.
All reactions