Skip to content

Commit 220d777

Browse files
5.2.2 (#80)
* README updated * 20250210 - v5.2.2 Postman collection bugfix * 20250214-01 v5.2 JSON updated
1 parent c773de4 commit 220d777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/V5_2_NginxConfigDeclaration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class OutputNGINXOne(BaseModel, extra="forbid"):
135135

136136

137137
class License(BaseModel, extra="forbid"):
138-
endpoint: str = "product.connect.nginx.com"
138+
endpoint: Optional[str] = "product.connect.nginx.com"
139139
token: Optional[str] = ""
140140
ssl_verify: bool = True
141141
grace_period: bool = False

0 commit comments

Comments
 (0)