{
"newName": "string",
"description": "string",
"methods": [
"GET"
],
"code": "string",
"tags": [
"string"
],
"changelog": "string"
}curl --location --request PATCH 'https://api.laf.run/v1/apps//functions/' \
--header 'Content-Type: application/json' \
--data-raw '{
"newName": "string",
"description": "string",
"methods": [
"GET"
],
"code": "string",
"tags": [
"string"
],
"changelog": "string"
}'{
"error": "string",
"data": {}
}