Skip to content

Commit

Permalink
Modified api/openapi/apis/groups.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Reingold Shekhtel authored and Reingold Shekhtel committed Mar 7, 2025
1 parent 7f33864 commit 24c7a46
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/openapi/apis/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,10 @@ components:
items:
$ref: '#/components/schemas/GroupProject'
description: Page of group projects.
GroupUser:
GroupUserInfo:
title: Group user
x-stoplight:
id: d7cce67e137bb
description: Information about a user as a group member.
type: object
properties:
Expand Down Expand Up @@ -385,8 +387,10 @@ components:
type: string
format: date-time
description: Timestamp of user adding to group.
GroupProject:
GroupProjectInfo:
title: Group project
x-stoplight:
id: 18a7cdfd7ecfc
description: Information about a project as a group member.
type: object
properties:
Expand Down

0 comments on commit 24c7a46

Please sign in to comment.