Skip to content
Snippets Groups Projects
Verified Commit 86c18cb1 authored by Martin Weise's avatar Martin Weise
Browse files

Updated API

parent a283fdc0
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ components:
type: http
externalDocs:
description: Project Website
url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.5/
url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.6/
info:
contact:
email: andreas.rauber@tuwien.ac.at
......@@ -24,7 +24,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
title: DBRepo REST API
version: 1.5.2
version: 1.6.0
openapi: 3.1.0
servers:
- description: Test Instance
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -693,7 +693,8 @@ public class TableEndpoint extends AbstractEndpoint {
@GetMapping("/{tableId}/statistic")
@Observed(name = "dbrepo_table_statistic")
@Operation(summary = "Get table statistic",
description = "Gets basic statistical properties (min, max, mean, median, std.dev) of numerical columns of a table with id.")
description = "Gets basic statistical properties (min, max, mean, median, std.dev) of numerical columns of a table with id.",
hidden = true)
@ApiResponses(value = {
@ApiResponse(responseCode = "200",
description = "Generated table statistic",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment