Keymanager API: enum lowercase (#11194)

This commit is contained in:
james-prysm 2022-08-17 11:11:04 -05:00 committed by GitHub
parent c1e7afa201
commit 21b7861d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ type deleteKeystoresRequestJson struct {
}
type statusJson struct {
Status string `json:"status"`
Status string `json:"status" enum:"true"`
Message string `json:"message"`
}