Skip to content

Commit 8e2d792

Browse files
committed
DRAFT update openapi.yaml
this is going to take a ton of manual updates to this spec just added tag for now
1 parent 1a077d5 commit 8e2d792

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

backend/ibutsu_server/controllers/widget_config_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from ibutsu_server.db.base import session
88
from ibutsu_server.db.models import WidgetConfig
99
from ibutsu_server.filters import convert_filter
10-
from ibutsu_server.util.portal import get_portal
10+
from ibutsu_server.util.portals import get_portal
1111
from ibutsu_server.util.projects import get_project, project_has_user
1212
from ibutsu_server.util.query import get_offset
1313
from ibutsu_server.util.uuid import validate_uuid

backend/ibutsu_server/openapi/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ tags:
1414
name: run
1515
- description: A collection of test runs
1616
name: project
17+
- description: Dashboard aggregation of results from multiple projects
18+
name: portal
1719
- description: A group of projects
1820
name: group
1921
- description: A report

0 commit comments

Comments
 (0)