Skip to content

Commit 168bdfc

Browse files
committed
guides: update the snippets according to the doc review
1 parent 8e10eeb commit 168bdfc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tests/CTS/requests/search/setSettings.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,26 @@
788788
}
789789
}
790790
},
791+
{
792+
"testName": "create replica index articles",
793+
"parameters": {
794+
"indexName": "theIndexName",
795+
"indexSettings": {
796+
"replicas": [
797+
"articles_date_desc"
798+
]
799+
}
800+
},
801+
"request": {
802+
"path": "/1/indexes/theIndexName/settings",
803+
"method": "PUT",
804+
"body": {
805+
"replicas": [
806+
"articles_date_desc"
807+
]
808+
}
809+
}
810+
},
791811
{
792812
"testName": "create virtual replica index",
793813
"parameters": {

0 commit comments

Comments
 (0)