Skip to content
Snippets Groups Projects
Commit 1fa525c9 authored by Marc Feger's avatar Marc Feger
Browse files

Update docs :books:

parent 089a7ec7
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
window.onload = function () {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "../static/swagger/swagger_documentation.yaml",
url: "../static/swagger/docs.yaml",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
......
openapi: 3.0.0
servers:
- url: 'http://0.0.0.0:5000/'
- url: 'http://localhost:5000/'
info:
version: "1.0"
title: D-BASearch
......@@ -8,19 +8,15 @@ info:
paths:
/search:
get:
summary: Assemble the DBPedia groundtruth with english labels.
description: >-
This function assembles the groundtruth of DBPedia.
It searches for all Comedy Films which have at least one director who is born after or on 1970.
This is done in more then one step and may take a while. 1-2 Minutes.
summary: Fuzzy-search for textversions.
tags:
- DBPedia
- search
parameters:
- in: query
name: q
schema:
type: string
description: The number of items to skip before starting to collect the result set
description: Text to be searched for.
responses:
200:
description: OK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment