Skip to content
Snippets Groups Projects
Commit ec031a4b authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'malowe/main/fix-spec' into 'main'

Update openapi spec to fix incorrect root of endpoints, not cve/cve

See merge request !19
parents 5e764716 12c15a93
No related branches found
No related tags found
1 merge request!19Update openapi spec to fix incorrect root of endpoints, not cve/cve
Pipeline #12876 passed
......@@ -10,7 +10,7 @@ servers:
- url: https://api.eclipse.org/cve
description: Production endpoint for the membership portal data
paths:
/cve:
"":
get:
tags:
- CVEs
......@@ -25,7 +25,7 @@ paths:
$ref: "#/components/schemas/cves"
500:
description: Error while retrieving data
/cve/{id}:
/{id}:
parameters:
- name: id
in: path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment