Skip to content

Commit

Permalink
Ack data could be sent when creating an action
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Nov 19, 2020
1 parent 94a20f6 commit 94d20e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/fleet/server/types/models/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const NewAgentActionSchema = schema.oneOf([
schema.literal('INTERNAL_POLICY_REASSIGN'),
]),
data: schema.any(),
ack_data: schema.any(),
}),
schema.object({
type: schema.oneOf([schema.literal('SETTINGS')]),
Expand Down

0 comments on commit 94d20e5

Please sign in to comment.