mirror of
https://github.com/openziti/zrok.git
synced 2025-08-16 10:57:55 +02:00
description for access request (frontend) (#834)
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user