8000 Docs: Correct database and user API statements (BTS-429) by Simran-B · Pull Request #14617 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Docs: Correct database and user API statements (BTS-429) #14617

New issue

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

Merged
merged 3 commits into from
Aug 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Documentation/DocuBlocks/Rest/Database/get_api_database_new.md
  • Loading branch information
Simran-B authored Aug 17, 2021
commit 23cd5b90188fbb4e9dd3a8eb33ff95d3448753b1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ up-to-date copies will succeed at the same time however. The value of

@RESTBODYPARAM{users,array,optional,get_api_database_new_USERS}
An array of user objects. The users will be granted *Administrate* permissions
for the new database. Users that do no exist yet will be created.
for the new database. Users that do not exist yet will be created.
If *users* is not specified or does not contain any users, the default user
*root* will be used to ensure that the new database will be accessible after it
is created. The *root* user is created with an empty password should it not
Expand Down
0