MM-60283 Add standard response and API docs to /client_perf API (#28124)

* MM-60283 Add standard response to /client_perf API

* Add API docs for /client_perf endpoint

* Fix invalid response schema
Этот коммит содержится в:
Harrison Healey
2024-09-10 17:11:05 -04:00
коммит произвёл GitHub
родитель d5e9aa9fb3
Коммит c74f830b76
3 изменённых файлов: 105 добавлений и 0 удалений

Просмотреть файл

@@ -35,4 +35,6 @@ func submitPerformanceReport(c *Context, w http.ResponseWriter, r *http.Request)
c.Err = appErr
return
}
ReturnStatusOK(w)
}