Add debug.ping endpoint

Optimize exhausted scrolls by using a fixed empty scroll
This commit is contained in:
allegroai
2020-08-10 08:35:34 +03:00
parent baba8b5b73
commit 3f84e60a1f
6 changed files with 34 additions and 13 deletions

View File

@@ -0,0 +1,16 @@
_description: "debugging utilities"
ping {
authorize: false
"2.9" {
description: "Ping server"
request {
type: object
additionalProperties: true
}
response {
type: object
properties: {
}
}
}
}