From a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Thu, 25 Jul 2024 00:06:51 -0500 Subject: [PATCH] had to update the sled agent API JSON for the first time in my dang life --- openapi/sled-agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/sled-agent.json b/openapi/sled-agent.json index 1323769da2..047656d584 100644 --- a/openapi/sled-agent.json +++ b/openapi/sled-agent.json @@ -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,