mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 19:01:16 +00:00
fix(backend): CreateShare wrong common parent check
This commit is contained in:
@@ -1368,7 +1368,7 @@
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Create a new share link for one or more files or directories",
|
||||
"description": "Create a new share link for one or more files or directories. All items must be in the same parent directory. Root directory cannot be shared.",
|
||||
"tags": [
|
||||
"shares"
|
||||
],
|
||||
@@ -1408,7 +1408,7 @@
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Invalid request or no items provided",
|
||||
"description": "Invalid request, items not in same directory, or root directory cannot be shared",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
|
||||
Reference in New Issue
Block a user