8000 documentation-3.7/swagger-2021-08-24 by Simran-B · Pull Request #14684 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

documentation-3.7/swagger-2021-08-24 #14684

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 24, 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
Fix build error
  • Loading branch information
Simran-B committed Aug 24, 2021
commit 30146e3bbeb79e9a3ac1f25d04da494382118029
2 changes: 1 addition & 1 deletion Documentation/DocuBlocks/Rest/Collections/1_structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ specifies the type of the key generator. The currently
available generators are *traditional*, *autoincrement*, *uuid*
and *padded*.

@RESTSTRUCT{cacheEnabled,boolean,required,}
@RESTSTRUCT{cacheEnabled,collection_info,boolean,required,}
Whether the in-memory hash cache for documents is enabled for this
collection.

Expand Down
0