description for access request (frontend) (#834)

This commit is contained in:
Michael Quigley
2025-02-04 17:07:28 -05:00
parent a0383b4d3a
commit c9c60b4dd1
13 changed files with 111 additions and 4 deletions

View File

@@ -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"`