Skip to content

Commit

Permalink
rename ports for port mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Jan 24, 2025
1 parent ae4a63e commit 9a32336
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions management/server/http/api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1744,12 +1744,12 @@ components:
ProxyConfigurationPortMapping:
type: object
properties:
start:
description: The starting port of the range of forwarded ports
translated_start:
description: The starting port of the translated range of forwarded ports
type: integer
example: 80
end:
description: The ending port of the range of forwarded ports
translated_end:
description: The ending port of the translated range of forwarded ports
type: integer
example: 320
ingress_start:
Expand Down

0 comments on commit 9a32336

Please sign in to comment.