mirror of
https://github.com/rancher/norman.git
synced 2025-09-13 05:42:37 +00:00
Many enhancements
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func UpdateHandler(apiContext *types.APIContext) error {
|
||||
data, err := ParseAndValidateBody(apiContext)
|
||||
data, err := ParseAndValidateBody(apiContext, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user