You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user attempted to modify the expiration date of a shared project drive but encountered a 500 status code. However, when trying to update the expiration date with a specific role, a 200 status code was returned successfully. Therefore, the issue seems to be related to changing the expiration date alone.
Steps to reproduce
create project project1
share project project1 using POST /drives/{driveID}/root/invite with expiration date
update share permission expiration date using PATCH /drives/{driveID}/root/permissions/{permissionID}
amrita-shrestha
changed the title
Can't update expiration date for shared project drive
[Share-ng root endpoint]Can't update expiration date for shared project drive
Apr 19, 2024
Describe the bug
user attempted to modify the expiration date of a shared project drive but encountered a 500 status code. However, when trying to update the expiration date with a specific role, a 200 status code was returned successfully. Therefore, the issue seems to be related to changing the expiration date alone.
Steps to reproduce
project1
project1
usingPOST /drives/{driveID}/root/invite
with expiration datePATCH /drives/{driveID}/root/permissions/{permissionID}
Expected behavior
expiration date should be able to be modified
Actual behavior
expiration date should changed if body contains role value only similar to body containing both role and expiration date
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
OCIS_XXX=5.1.0-prealpha+78202793d2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: