summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/drive/files/attached_notes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/drive/files/attached_notes.ts')
-rw-r--r--src/server/api/endpoints/drive/files/attached_notes.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/api/endpoints/drive/files/attached_notes.ts b/src/server/api/endpoints/drive/files/attached_notes.ts
index 506444b183..c1d828b05a 100644
--- a/src/server/api/endpoints/drive/files/attached_notes.ts
+++ b/src/server/api/endpoints/drive/files/attached_notes.ts
@@ -13,6 +13,8 @@ export const meta = {
'en-US': 'Get the notes that specified file of drive attached.'
},
+ tags: ['drive', 'notes'],
+
requireCredential: true,
kind: 'drive-read',