Skip to content

Commit

Permalink
Fix misplaced schema
Browse files Browse the repository at this point in the history
Response shape was listed as a request body
  • Loading branch information
John Schulz committed Jun 9, 2020
1 parent c62e206 commit 3da2918
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions x-pack/plugins/ingest_manager/common/openapi/spec_oas3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2686,10 +2686,10 @@
"get": {
"summary": "Fleet - Agent - List",
"tags": [],
"responses": {},
"operationId": "get-fleet-agents",
"requestBody": {
"content": {
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
Expand Down Expand Up @@ -2765,7 +2765,9 @@
}
}
}
}
},
"operationId": "get-fleet-agents",
"security": [
{
"basicAuth": []
Expand Down Expand Up @@ -4392,4 +4394,4 @@
"basicAuth": []
}
]
}
}

0 comments on commit 3da2918

Please sign in to comment.