fix fetching secrets via service token

This commit is contained in:
Maidul Islam
2023-06-27 15:00:03 -04:00
parent f9d0e0d971
commit 798f091ff2
3 changed files with 3 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ type GetServiceTokenDetailsResponse struct {
Tag string `json:"tag"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
V int `json:"__v"`
SecretPath string `json:"secretPath"`
}
type GetAccessibleEnvironmentsRequest struct {