Skip to content

Commit

Permalink
[misc] Fix ip range posture check example (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer authored Sep 23, 2024
1 parent 35c892a commit d47be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/http/api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ components:
type: array
items:
type: string
example: ["192.168.1.0/24", "10.0.0.0/8", "2001:db8:1234:1a00::/56"]
example: ["192.168.1.0/24", "10.0.0.0/8", "2001:db8:1234:1a00::/56"]
action:
description: Action to take upon policy match
type: string
Expand Down

0 comments on commit d47be15

Please sign in to comment.