mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
function: Describe + Delete endpoints (#230)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user