Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/iaas/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0e64886dd0847341800d7191ed193b75413be998
779c34469d663919ed700f2c69487eb5cccf70f3
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/port_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class PortRange(BaseModel):
"""
Object that represents a range of ports.
Object that represents a range of ports (this will be omitted if it covers the full default range 0/1-65535).
""" # noqa: E501

max: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(
Expand Down
Loading