Skip to content

Commit 8675716

Browse files
committed
Fix log endpoints by adding schema property
1 parent 0777eb6 commit 8675716

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

team_admin_account_operations.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,6 +1541,8 @@ paths:
15411541
description: OK
15421542
content:
15431543
application/json:
1544+
schema:
1545+
type: object
15441546
example:
15451547
{
15461548
"logs":
@@ -1602,6 +1604,8 @@ paths:
16021604
description: OK
16031605
content:
16041606
application/json:
1607+
schema:
1608+
type: object
16051609
example:
16061610
{
16071611
"login_list":
@@ -1652,6 +1656,8 @@ paths:
16521656
description: OK
16531657
content:
16541658
application/json:
1659+
schema:
1660+
type: object
16551661
example:
16561662
{
16571663
"data":
@@ -1693,6 +1699,8 @@ paths:
16931699
description: OK
16941700
content:
16951701
application/json:
1702+
schema:
1703+
type: object
16961704
example:
16971705
{
16981706
"file_access_log_list": [

0 commit comments

Comments
 (0)