Skip to content

Commit 188d81e

Browse files
committed
wip
1 parent 828ce0f commit 188d81e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

generated/fleet/fleet.gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/fleet/transform_schema.go

+2
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,8 @@ func transformFleetPaths(schema *Schema) {
781781
policyPath.Put.MustDelete("requestBody.content.application/json.schema.properties.keep_monitoring_alive.nullable")
782782
policiesPath.Post.MustDelete("requestBody.content.application/json.schema.properties.supports_agentless.nullable")
783783
policyPath.Put.MustDelete("requestBody.content.application/json.schema.properties.supports_agentless.nullable")
784+
policiesPath.Post.MustDelete("requestBody.content.application/json.schema.properties.overrides.nullable")
785+
policyPath.Put.MustDelete("requestBody.content.application/json.schema.properties.overrides.nullable")
784786
}
785787

786788
{ // Enrollment api keys

0 commit comments

Comments
 (0)