mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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:
@@ -19,4 +19,6 @@ export class CredentialsGetManyRequestQuery extends Z.class({
|
||||
* This switches `includeScopes` to true to be able to check for the scopes
|
||||
*/
|
||||
includeData: booleanFromString.optional(),
|
||||
|
||||
onlySharedWithMe: booleanFromString.optional(),
|
||||
}) {}
|
||||
|
||||
Reference in New Issue
Block a user