Skip to content

Commit

Permalink
Address #78
Browse files Browse the repository at this point in the history
  • Loading branch information
Soumya Mukhopadhyay authored and daveshanley committed May 8, 2024
1 parent 8d7a6ad commit 7d54fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parameters/path_parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (v *paramValidator) ValidatePathParams(request *http.Request) (bool, []*err
//Mandatory path parameter cannot be empty
if p.Required != nil && *p.Required {
validationErrors = append(validationErrors, errors.PathParameterMissing(p))
break
}
continue
}
Expand Down

0 comments on commit 7d54fdb

Please sign in to comment.