Skip to content

Commit 74788bf

Browse files
use consistent index uid placeholder
1 parent a39fb06 commit 74788bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/api/settings.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ Update the facet search settings for an index.
12061206
```json
12071207
{
12081208
"taskUid": 1,
1209-
"indexUid": "INDEX_NAME",
1209+
"indexUid": "INDEX_UID",
12101210
"status": "enqueued",
12111211
"type": "settingsUpdate",
12121212
"enqueuedAt": "2024-07-19T22:33:18.523881Z"
@@ -1236,7 +1236,7 @@ Reset an index's facet search to its default settings.
12361236
```json
12371237
{
12381238
"taskUid": 1,
1239-
"indexUid": "INDEX_NAME",
1239+
"indexUid": "INDEX_UID",
12401240
"status": "enqueued",
12411241
"type": "settingsUpdate",
12421242
"enqueuedAt": "2024-07-19T22:35:33.723983Z"
@@ -1305,7 +1305,7 @@ Update the prefix search settings for an index.
13051305
```json
13061306
{
13071307
"taskUid": 1,
1308-
"indexUid": "INDEX_NAME",
1308+
"indexUid": "INDEX_UID",
13091309
"status": "enqueued",
13101310
"type": "settingsUpdate",
13111311
"enqueuedAt": "2024-07-19T22:33:18.523881Z"
@@ -1335,7 +1335,7 @@ Reset an index's prefix search to its default settings.
13351335
```json
13361336
{
13371337
"taskUid": 1,
1338-
"indexUid": "INDEX_NAME",
1338+
"indexUid": "INDEX_UID",
13391339
"status": "enqueued",
13401340
"type": "settingsUpdate",
13411341
"enqueuedAt": "2024-07-19T22:35:33.723983Z"

0 commit comments

Comments
 (0)