fix status code number (related to #95)

This commit is contained in:
Christoph Haas 2022-04-30 19:43:39 +02:00
parent a46e3724bf
commit b34d2e1174

View File

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