Skip to content

Commit

Permalink
Update reportportal-api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 6, 2025
1 parent fd386ba commit 7f33864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/openapi/reportportal-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Group'
$ref: '#/components/schemas/GroupInfo'
'400':
description: Bad Request
'401':
Expand Down Expand Up @@ -169,7 +169,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Group'
$ref: '#/components/schemas/GroupInfo'
'400':
description: Bad Request
'401':
Expand Down Expand Up @@ -430,7 +430,7 @@ components:
type: array
description: List of groups.
items:
$ref: '#/components/schemas/Group'
$ref: '#/components/schemas/GroupInfo'
description: Page of groups.
type: object
CreateGroupRequest:
Expand Down Expand Up @@ -581,7 +581,7 @@ components:
It should not start or end with a hyphen.
minLength: 3
maxLength: 60
Group:
GroupInfo:
title: Group information
description: Group information.
type: object
Expand Down

0 comments on commit 7f33864

Please sign in to comment.