Skip to content

Added support for TeamGetKeys API#208

Open
sgaddala-ks wants to merge 2 commits into
mainfrom
feature-team-get-key-api
Open

Added support for TeamGetKeys API#208
sgaddala-ks wants to merge 2 commits into
mainfrom
feature-team-get-key-api

Conversation

@sgaddala-ks

Copy link
Copy Markdown
Contributor

No description provided.

tylerccarson
tylerccarson previously approved these changes Jul 15, 2026
Comment thread keeperapi/src/commands.ts
export type TeamGetKeyEntry = {
team_uid?: string
key?: string
type?: number

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it really make sense for these to be optional? team_uid apparently will always exist. key and type also both should be there:
https://keeper.atlassian.net/wiki/spaces/KA/pages/46006277/team_get_keys

Note. If 1) user's team key is not setup yet and 2) we are in EC-only mode and team's ECC key is not set then key and key_type might be missing. That should never happen.

@tylerccarson tylerccarson dismissed their stale review July 15, 2026 17:11

didn't mean to approve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants