Skip to content

Commit

Permalink
Merge branch 'feature/organizations' of https://github.com/reportport…
Browse files Browse the repository at this point in the history
…al/reportportal-common-api into feature/organizations
  • Loading branch information
raikbitters committed Apr 1, 2024
2 parents ffd73ae + fd1c155 commit ab1c597
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api/openapi/organizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ components:
examples: []
description: Organization complete information.
allOf:
- $ref: '#/components/schemas/OrganizationInfo'
- $ref: '#/components/schemas/OrganizationInfo'
x-stoplight:
id: 64kdwn8nva4jg
Expand All @@ -207,6 +208,19 @@ components:
- $ref: '#/components/schemas/OrganizationMetadata'
x-stoplight:
id: 2bhjwvbwlhrlb
OrganizationInfo:
title: Organization
x-stoplight:
id: x7vdhfbeaz5pu
examples: []
description: Organization complete information.
allOf:
- $ref: '#/components/schemas/OrganizationDetails'
x-stoplight:
id: 64kdwn8nva4jg
- $ref: '#/components/schemas/OrganizationMetadata'
x-stoplight:
id: 2bhjwvbwlhrlb
OrganizationDetails:
title: Organization definition
x-stoplight:
Expand Down

0 comments on commit ab1c597

Please sign in to comment.