frontend bind address data wiring (#834)

This commit is contained in:
Michael Quigley
2025-02-05 11:14:00 -05:00
parent e95e5c3fe8
commit e7f126bd45
22 changed files with 228 additions and 7 deletions

View File

@@ -281,6 +281,9 @@ swagger:model UpdateAccessBody
*/
type UpdateAccessBody struct {
// bind address
BindAddress string `json:"bindAddress,omitempty"`
// description
Description string `json:"description,omitempty"`