Skip to content

Commit 53b03fb

Browse files
Added pointer to the response struct
1 parent aba8313 commit 53b03fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/arangodb/client_admin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,5 +613,5 @@ type JWTSecret struct {
613613

614614
type DeploymentIdResponse struct {
615615
// Id represents the unique deployment identifier
616-
Id string `json:"id"`
616+
Id *string `json:"id"`
617617
}

0 commit comments

Comments
 (0)