Skip to content

Commit

Permalink
docs: ✏️ update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Dec 7, 2020
1 parent 0a3bb86 commit 28086cb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/plugins/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,17 +296,6 @@ POST /api/index_patterns/index_pattern/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/fiel
}
```

- `refresh_fields` — if set to `true` reloads index pattern fields after
the index pattern is stored. Defaults to `false`.

```
POST /api/index_patterns/index_pattern/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/fields
{
"refresh_fields": true,
"fields": {}
}
```

This endpoint returns the updated index pattern object.

```json
Expand Down

0 comments on commit 28086cb

Please sign in to comment.