Skip to content

Commit ef53fac

Browse files
committed
Modify json key of ID in CreateImageDirectoryResponse oat messages.go
1 parent afdad10 commit ef53fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/host_orchestrator/api/v1/messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ type StatArtifactResponse struct{}
142142

143143
type CreateImageDirectoryResponse struct {
144144
// [Output Only] Identifier of created image directory.
145-
ID string `json:"name"`
145+
ID string `json:"id"`
146146
}
147147

148148
type UpdateImageDirectoryRequest struct {

0 commit comments

Comments
 (0)