mirror of
https://github.com/openziti/zrok.git
synced 2025-08-10 00:17:46 +02:00
added error checking for name collision on frontend and send corresponding error
This commit is contained in:
@ -265,6 +265,9 @@ func init() {
|
||||
"$ref": "#/definitions/createFrontendResponse"
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "bad request"
|
||||
},
|
||||
"401": {
|
||||
"description": "unauthorized"
|
||||
},
|
||||
@ -1537,6 +1540,9 @@ func init() {
|
||||
"$ref": "#/definitions/createFrontendResponse"
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "bad request"
|
||||
},
|
||||
"401": {
|
||||
"description": "unauthorized"
|
||||
},
|
||||
|
Reference in New Issue
Block a user