mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat(core): Add onlySharedWithMe filter to GET /credentials endpoint (no-changelog) (#14885)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
@@ -70,6 +70,7 @@ export class CredentialsController {
|
||||
listQueryOptions: req.listQueryOptions,
|
||||
includeScopes: query.includeScopes,
|
||||
includeData: query.includeData,
|
||||
onlySharedWithMe: query.onlySharedWithMe,
|
||||
});
|
||||
credentials.forEach((c) => {
|
||||
// @ts-expect-error: This is to emulate the old behavior of removing the shared
|
||||
|
||||
Reference in New Issue
Block a user