From 6923233201c5a6982d90a4de24fb7277e8a35c98 Mon Sep 17 00:00:00 2001 From: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:23:17 +0100 Subject: [PATCH] Fix evictionPolicy specification in Curl Syntax --- modules/rest-api/pages/rest-bucket-create.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rest-api/pages/rest-bucket-create.adoc b/modules/rest-api/pages/rest-bucket-create.adoc index b01e227f15..aae62ddbf4 100644 --- a/modules/rest-api/pages/rest-bucket-create.adoc +++ b/modules/rest-api/pages/rest-bucket-create.adoc @@ -45,7 +45,7 @@ curl -X POST -u : -d ramQuotaMB= -d storageBackend=[ couchstore | magma ] -d evictionPolicy=[ - [ valueOnly | full ] | + [ valueOnly | fullEviction ] | [ noEviction | nruEviction ] ] -d durabilityMinLevel=[