Skip to content

Commit

Permalink
Fix API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-elastic committed Jan 17, 2024
1 parent 7bc0c5e commit af6b5fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions output/schema/validation-errors.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions specification/_json_spec/text_structure.test_grok_pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"accept": ["application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
"url": {
"paths": [
{
"path":"/_text_structure/test_grok_pattern",
"methods":[
"path": "/_text_structure/test_grok_pattern",
"methods": [
"GET",
"POST"
],
"body":{
"description":"The Grok pattern and text.",
"required":true
}
]
}
]
},
"body":{
"description":"The Grok pattern and text.",
"required":true
}
}
}

0 comments on commit af6b5fd

Please sign in to comment.