v1
latestSwagger 2.0Apache22026-07-178513.9 KBUpdate a function.
put/functions
Request body
Example request
{
"image": "functions/nodeinfo:latest",
"name": "nodeinfo",
"envVars": {
"key": "envVars"
},
"annotations": {
"key1": "annotation1",
"key2": "annotation2"
},
"registryAuth": "dXNlcjpwYXNzd29yZA==",
"requests": {
"memory": "128M",
"cpu": "0.01"
},
"constraints": [
"node.platform.os == linux",
"node.platform.os == linux"
],
"secrets": [
"secret-name-1",
"secret-name-1"
],
"script": "ZWNobyAiaXQgd29ya3MhIg==",
"limits": {
"memory": "128M",
"cpu": "0.01"
},
"labels": {
"key1": "label1",
"key2": "label2"
},
"network": "func_functions"
}Response
Accepted