mirror of https://github.com/h44z/wg-portal.git
fix status code number (related to #95)
This commit is contained in:
parent
a46e3724bf
commit
b34d2e1174
|
|
@ -536,7 +536,7 @@ func (s *ApiServer) PatchPeer(c *gin.Context) {
|
|||
// @ID DeletePeer
|
||||
// @Produce json
|
||||
// @Param PublicKey query string true "Public Key"
|
||||
// @Success 202 "No Content"
|
||||
// @Success 204 "No Content"
|
||||
// @Failure 400 {object} ApiError
|
||||
// @Failure 401 {object} ApiError
|
||||
// @Failure 403 {object} ApiError
|
||||
|
|
|
|||
Loading…
Reference in New Issue