Skip to content

Commit ae31a5d

Browse files
authored
feat(account): add project id to ssh key object (#447)
1 parent 77247b6 commit ae31a5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/account/v2alpha1/account_sdk.go

+2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ type SSHKey struct {
115115
CreationInfo *SSHKeyCreationInfo `json:"creation_info"`
116116

117117
OrganizationID string `json:"organization_id"`
118+
119+
ProjectID string `json:"project_id"`
118120
}
119121

120122
type SSHKeyCreationInfo struct {

0 commit comments

Comments
 (0)