From 854d8171928dbe5752535fb245d321a8c66fd9fa Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Sat, 1 Mar 2025 12:27:51 +0100 Subject: [PATCH] README: fixes wrong endpoint name siav2 -> query --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f801fe9..1e1f0d4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ curl --get http://localhost:8004/vlkb/datasets/availability - **availability** is a [VOSI](https://ivoa.net/documents/VOSI/20170524/REC-VOSI-1.1.html) end-point and returns information whether the service is active - **capabilities** is a [VOSI](https://ivoa.net/documents/VOSI/20170524/REC-VOSI-1.1.html) end-point which describes service' functions and paramters -- **siav2** synchronous end-point provides [SIAv2](https://ivoa.net/documents/SIA) service; responds with a [VOTable](https://ivoa.net/documents/VOTable/). +- **query** synchronous end-point provides [SIAv2](https://ivoa.net/documents/SIA) service; responds with a [VOTable](https://ivoa.net/documents/VOTable/). ## Docker image -- GitLab