mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 04:06:18 +02:00
frontend bind address data wiring (#834)
This commit is contained in:
@@ -281,6 +281,9 @@ swagger:model UpdateAccessBody
|
||||
*/
|
||||
type UpdateAccessBody struct {
|
||||
|
||||
// bind address
|
||||
BindAddress string `json:"bindAddress,omitempty"`
|
||||
|
||||
// description
|
||||
Description string `json:"description,omitempty"`
|
||||
|
||||
|
Reference in New Issue
Block a user