Skip to content

Commit

Permalink
had to update the sled agent API JSON for the first time in my dang life
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Jul 25, 2024
1 parent 8d69b62 commit a1ecf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/sled-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@
"L4PortRange": {
"example": "22",
"title": "A range of IP ports",
"description": "An inclusive-inclusive range of IP ports. The second port may be omitted to represent a single port",
"description": "An inclusive-inclusive range of IP ports. The second port may be omitted to represent a single port.",
"type": "string",
"pattern": "^[0-9]{1,5}(-[0-9]{1,5})?$",
"minLength": 1,
Expand Down

0 comments on commit a1ecf5a

Please sign in to comment.