mirror of
https://github.com/rancher/norman.git
synced 2025-09-01 07:08:59 +00:00
Many enhancements
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
func CreateHandler(apiContext *types.APIContext) error {
|
||||
var err error
|
||||
|
||||
data, err := ParseAndValidateBody(apiContext)
|
||||
data, err := ParseAndValidateBody(apiContext, true)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user