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

@ -52,6 +52,9 @@ func init() {
"in": "body",
"schema": {
"properties": {
"description": {
"type": "string"
},
"envZId": {
"type": "string"
},
@ -1952,6 +1955,9 @@ func init() {
"createdAt": {
"type": "integer"
},
"description": {
"type": "string"
},
"feToken": {
"type": "string"
},
@ -2249,6 +2255,9 @@ func init() {
"in": "body",
"schema": {
"properties": {
"description": {
"type": "string"
},
"envZId": {
"type": "string"
},
@ -4154,6 +4163,9 @@ func init() {
"createdAt": {
"type": "integer"
},
"description": {
"type": "string"
},
"feToken": {
"type": "string"
},