function: Describe + Delete endpoints (#230)

This commit is contained in:
Janos Dobronszki
2021-10-14 10:29:18 +01:00
committed by GitHub
parent a67ecc0e36
commit e6e0b1a84d
12 changed files with 406 additions and 63 deletions

View File

@@ -54,5 +54,19 @@
},
"response": {}
}
],
"describe": [
{
"title": "Describe function status",
"request": {
"project": "tests",
"name": "my-first-func"
},
"response": {
"updateTime": "2021-10-08T10:17:34.914Z",
"status": "ACTIVE",
"timeout": "60s"
}
}
]
}