We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The reference manual indicates that the users argument should be an array of:
username: string passwd: string (Default: empty) active: boolean (Default: true) extra: Object (optional)
See https://docs.arangodb.com/3.3/HTTP/Database/DatabaseManagement.html#create-database
The current implementation only allows for an array of strings.
The text was updated successfully, but these errors were encountered:
Yupp, that seems to be a bug in the type signature. Thanks for spotting this.
Sorry, something went wrong.
4624971
pluma
No branches or pull requests
The reference manual indicates that the users argument should be an array of:
See https://docs.arangodb.com/3.3/HTTP/Database/DatabaseManagement.html#create-database
The current implementation only allows for an array of strings.
The text was updated successfully, but these errors were encountered: