mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 04:06:18 +02:00
description for access request (frontend) (#834)
This commit is contained in:
@@ -78,6 +78,9 @@ func (o *Access) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
|
||||
// swagger:model AccessBody
|
||||
type AccessBody struct {
|
||||
|
||||
// description
|
||||
Description string `json:"description,omitempty"`
|
||||
|
||||
// env z Id
|
||||
EnvZID string `json:"envZId,omitempty"`
|
||||
|
||||
|
Reference in New Issue
Block a user