Skip to content

Commit

Permalink
chore: update open api specs (#1068)
Browse files Browse the repository at this point in the history
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Oct 11, 2024
1 parent dfda983 commit 1b0d423
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/api/administration-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Administration.Service
version: v2.3.0-alpha.1
version: v2.3.0-alpha.2
paths:
/api/administration/companydata/ownCompanyDetails:
get:
Expand Down Expand Up @@ -7788,6 +7788,7 @@ components:
roleType:
$ref: '#/components/schemas/UserRoleType'
additionalProperties: false
description: Basic model for user role data needed to display user roles with description.
UserRoleWithId:
type: object
properties:
Expand Down
9 changes: 8 additions & 1 deletion docs/api/apps-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Apps.Service
version: v2.3.0-alpha.1
version: v2.3.0-alpha.2
paths:
'/api/apps/AppChange/{appId}/role/activeapp':
post:
Expand Down Expand Up @@ -3762,7 +3762,14 @@ components:
format: uuid
roleName:
type: string
type:
$ref: '#/components/schemas/UserRoleType'
additionalProperties: false
UserRoleType:
enum:
- Internal
- External
type: string
securitySchemes:
Bearer:
type: apiKey
Expand Down
2 changes: 1 addition & 1 deletion docs/api/notifications-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Notifications.Service
version: v2.3.0-alpha.1
version: v2.3.0-alpha.2
paths:
/api/notification/errormessage:
get:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/registration-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Registration.Service
version: v2.3.0-alpha.1
version: v2.3.0-alpha.2
paths:
/api/registration/errormessage:
get:
Expand Down
9 changes: 8 additions & 1 deletion docs/api/services-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Org.Eclipse.TractusX.Portal.Backend.Services.Service
version: v2.3.0-alpha.1
version: v2.3.0-alpha.2
paths:
/api/services/errormessage:
get:
Expand Down Expand Up @@ -2824,7 +2824,14 @@ components:
format: uuid
roleName:
type: string
type:
$ref: '#/components/schemas/UserRoleType'
additionalProperties: false
UserRoleType:
enum:
- Internal
- External
type: string
securitySchemes:
Bearer:
type: apiKey
Expand Down

0 comments on commit 1b0d423

Please sign in to comment.