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:
Ricardo Espinoza
2025-05-02 13:08:30 -04:00
committed by GitHub
parent 8a30c35c33
commit e01bab58a5
5 changed files with 143 additions and 5 deletions

View File

@@ -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(),
}) {}