This commit is contained in:
hong-revo 2018-05-06 22:45:13 +10:00
Родитель d95ff01833
Коммит d73c96b5ad
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -143,9 +143,8 @@ private=list(
properties <- jsonlite::fromJSON(properties[[1]], simplifyVector=FALSE)
properties <- modifyList(properties, list(name=self$name, type=self$type))
print(prettify(toJSON(properties)))
private$validate_deploy_parms(properties)
private$res_op(body=properties, encode="json", http_verb="PUT")
},