feat: add endpoints to mention users in a drive-item - #64
Open
fschade wants to merge 1 commit into
Open
Conversation
fschade
requested review from
butonic,
dragotin,
kulmann,
micbar and
rhafer
as code owners
August 13, 2026 15:36
9 tasks
aduffeck
approved these changes
Aug 14, 2026
micbar
approved these changes
Aug 14, 2026
Member
|
I think we should use a more generic endpoint like /notifications/mention as reasoned in opencloud-eu/opencloud#3128 (comment) The payload determines who is mentioned and what about. In the future we can add mentions for calendars or other things. |
fschade
force-pushed
the
drive-item-mention
branch
from
August 14, 2026 12:51
70556c5 to
c7311e2
Compare
Member
Author
|
@butonic, i updated it: to use /v1beta1/extensions/org.libregraph/notifications/mention |
Member
|
@fschade sorry, but I think I found the right endpoint: opencloud-eu/opencloud#3128 (comment) ne need to put his behind a |
fschade
force-pushed
the
drive-item-mention
branch
from
August 14, 2026 18:24
c7311e2 to
dc15996
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
POST /v1beta1/extensions/org.libregraph/notifications/mention lets a user mention others on a driveItem. Every mentioned user who has access to the item receives a notification.