Skip to content

Commit

Permalink
[Fleet] Remove unneeded deprecation from openapi specs (elastic#163717)
Browse files Browse the repository at this point in the history
## Summary
In elastic#161064 the deprecation of the
parameter `kuery` was removed but I forgot to update the openapi specs.
Here I'm fixing it.


### Checklist
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
  • Loading branch information
criamico authored Aug 11, 2023
1 parent 74911b6 commit f73746d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/common/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5406,7 +5406,6 @@
"name": "kuery",
"in": "query",
"required": false,
"deprecated": true,
"schema": {
"type": "string"
}
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/common/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3363,7 +3363,6 @@ components:
name: kuery
in: query
required: false
deprecated: true
schema:
type: string
show_inactive:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: kuery
in: query
required: false
deprecated: true
schema:
type: string

0 comments on commit f73746d

Please sign in to comment.