We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3bb86 commit 28086cbCopy full SHA for 28086cb
1 file changed
src/plugins/data/README.md
@@ -296,17 +296,6 @@ POST /api/index_patterns/index_pattern/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/fiel
296
}
297
```
298
299
-- `refresh_fields` — if set to `true` reloads index pattern fields after
300
- the index pattern is stored. Defaults to `false`.
301
-
302
-```
303
-POST /api/index_patterns/index_pattern/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/fields
304
-{
305
- "refresh_fields": true,
306
- "fields": {}
307
-}
308
309
310
This endpoint returns the updated index pattern object.
311
312
```json
0 commit comments