Skip to content

Commit 171f76a

Browse files
committed
feat: update generated APIs
1 parent fa16f05 commit 171f76a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/iam/v1alpha1/iam_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,6 +2685,9 @@ type UpdateAPIKeyRequest struct {
26852685

26862686
// Description: new description to update.
26872687
Description *string `json:"description,omitempty"`
2688+
2689+
// ExpiresAt: new expiration date of the API key.
2690+
ExpiresAt *time.Time `json:"expires_at,omitempty"`
26882691
}
26892692

26902693
// UpdateApplicationRequest: update application request.

0 commit comments

Comments
 (0)