Skip to content
Snippets Groups Projects

Update API, spec, tests, k8s conf to conform to API guidelines

Merged Martin Lowe requested to merge malowe/eclipsefdn-working-groups-api:malowe/main/15 into main
1 unresolved thread
5 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 5
5
@@ -12,7 +12,7 @@ servers:
@@ -12,7 +12,7 @@ servers:
description: Production endpoint for the membership portal data
description: Production endpoint for the membership portal data
paths:
paths:
/working_groups:
/working-groups:
get:
get:
tags:
tags:
- Working Groups
- Working Groups
@@ -34,7 +34,7 @@ paths:
@@ -34,7 +34,7 @@ paths:
500:
500:
description: Error while retrieving data
description: Error while retrieving data
/working_groups/{alias}:
/working-groups/{alias}:
parameters:
parameters:
- name: alias
- name: alias
in: path
in: path
@@ -57,7 +57,7 @@ paths:
@@ -57,7 +57,7 @@ paths:
500:
500:
description: Error while retrieving data
description: Error while retrieving data
/working_groups/{alias}/resources:
/working-groups/{alias}/resources:
parameters:
parameters:
- name: alias
- name: alias
in: path
in: path
@@ -80,7 +80,7 @@ paths:
@@ -80,7 +80,7 @@ paths:
500:
500:
description: Error while retrieving data
description: Error while retrieving data
/working_groups/{alias}/levels:
/working-groups/{alias}/levels:
parameters:
parameters:
- name: alias
- name: alias
in: path
in: path
@@ -103,7 +103,7 @@ paths:
@@ -103,7 +103,7 @@ paths:
500:
500:
description: Error while retrieving data
description: Error while retrieving data
/working_groups/{alias}/agreements:
/working-groups/{alias}/agreements:
parameters:
parameters:
- name: alias
- name: alias
in: path
in: path
Loading