diff --git a/docs/api-event-logging.md b/docs/api-event-logging.md
index 4a6c70e66..ad591f2a6 100644
--- a/docs/api-event-logging.md
+++ b/docs/api-event-logging.md
@@ -8,7 +8,6 @@ A webhook that accepts alert data to be reindexed into OpenSearch as session rec
Example input:
```json
-
{
"alert": {
"monitor": {
@@ -54,7 +53,6 @@ A webhook that accepts alert data to be reindexed into OpenSearch as session rec
Example output:
```json
-
{
"_index": "arkime_sessions3-220308",
"_type": "_doc",
diff --git a/docs/api-indices.md b/docs/api-indices.md
index d3a2230f0..fc0a7cd3f 100644
--- a/docs/api-indices.md
+++ b/docs/api-indices.md
@@ -8,7 +8,6 @@ Lists [information related to the underlying OpenSearch indices](https://opensea
Example output:
```json
-
{
"indices": [
…