Skip to content

Commit

Permalink
[Fleet] Add ?full query param to deprecated package info API (#145012)
Browse files Browse the repository at this point in the history
## Summary

The policy editor page still uses this deprecated API, so we need to add
the new `?full` query parameter to its schema as well

Fixes #144982
  • Loading branch information
kpollich authored Nov 10, 2022
1 parent c520da9 commit fc3c3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/fleet/server/types/rest_spec/epm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const GetInfoRequestSchemaDeprecated = {
query: schema.object({
ignoreUnverified: schema.maybe(schema.boolean()),
prerelease: schema.maybe(schema.boolean()),
full: schema.maybe(schema.boolean()),
}),
};

Expand Down

0 comments on commit fc3c3a9

Please sign in to comment.