Skip to content

Commit

Permalink
v3-api.yamlの変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Akira-256 committed Jul 9, 2024
1 parent 6bbea17 commit 47b2186
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/v3-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UserGroupMember'
oneOf:
- $ref: '#/components/schemas/UserGroupMember'
- $ref: '#/components/schemas/UserGroupMemberWithRole'
description: ''
tags:
- group
Expand Down Expand Up @@ -5095,6 +5097,15 @@ components:
required:
- id
- role
UserGroupMembers:
title: UserGroupMembers
type: array
description: ユーザーグループメンバーの配列
properties:
items:
$ref: '#/components/schemas/UserGroupMember'
required:
- items
UserStats:
title: UserStats
type: object
Expand Down

0 comments on commit 47b2186

Please sign in to comment.