We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba8313 commit 53b03fbCopy full SHA for 53b03fb
v2/arangodb/client_admin.go
@@ -613,5 +613,5 @@ type JWTSecret struct {
613
614
type DeploymentIdResponse struct {
615
// Id represents the unique deployment identifier
616
- Id string `json:"id"`
+ Id *string `json:"id"`
617
}
0 commit comments