Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions base_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2636,6 +2636,8 @@ paths:
type: integer
row_ids:
type: array
items:
type: object
first_row:
type: object
example:
Expand Down Expand Up @@ -2742,6 +2744,8 @@ paths:
type: string
link:
type: array
items:
type: object
example:
_id: Qtf7xPmoRaiFyQPO1aENTj
_mtime: "2021-03-10T16:19:31.761+00:00"
Expand Down Expand Up @@ -3170,12 +3174,18 @@ paths:
type: string
columns:
type: array
items:
type: object
rows:
type: array
items:
type: object
id_row_map:
type: object
views:
type: array
items:
type: object
example:
_id: oW2Q
name: Appointments
Expand Down Expand Up @@ -3284,20 +3294,34 @@ paths:
type: string
filters:
type: array
items:
type: object
sorts:
type: array
items:
type: object
groupbys:
type: array
items:
type: object
group_rows:
type: array
items:
type: object
groups:
type: array
items:
type: object
colorbys:
type: object
hidden_columns:
type: array
items:
type: object
rows:
type: array
items:
type: object
formula_rows:
type: object
link_rows:
Expand Down Expand Up @@ -3357,20 +3381,34 @@ paths:
type: string
filters:
type: array
items:
type: object
sorts:
type: array
items:
type: object
groupbys:
type: array
items:
type: object
group_rows:
type: array
items:
type: object
groups:
type: array
items:
type: object
colorbys:
type: object
hidden_columns:
type: array
items:
type: object
rows:
type: array
items:
type: object
formula_rows:
type: object
link_rows:
Expand Down Expand Up @@ -3449,20 +3487,34 @@ paths:
type: string
filters:
type: array
items:
type: object
sorts:
type: array
items:
type: object
groupbys:
type: array
items:
type: object
group_rows:
type: array
items:
type: object
groups:
type: array
items:
type: object
colorbys:
type: object
hidden_columns:
type: array
items:
type: object
rows:
type: array
items:
type: object
formula_rows:
type: object
link_rows:
Expand Down Expand Up @@ -3629,6 +3681,8 @@ paths:
type: string
permitted_users:
type: array
items:
type: string
example:
key: e48W
type: link-formula
Expand Down Expand Up @@ -3706,6 +3760,8 @@ paths:
type: string
permitted_users:
type: array
items:
type: string
example:
key: cSDV
type: number
Expand Down
6 changes: 6 additions & 0 deletions python-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ paths:
type: string
results:
type: array
items:
type: object
total_count:
type: integer
example:
Expand Down Expand Up @@ -190,6 +192,8 @@ paths:
type: string
results:
type: array
items:
type: object
total_count:
type: integer
example:
Expand Down Expand Up @@ -234,6 +238,8 @@ paths:
type: string
results:
type: array
items:
type: object
total_count:
type: integer
example:
Expand Down
20 changes: 20 additions & 0 deletions system_admin_account_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,8 @@ paths:
type: string
admins:
type: array
items:
type: string
example:
id: 1
parent_group_id: 0
Expand Down Expand Up @@ -2813,10 +2815,16 @@ paths:
type: integer
groups:
type: array
items:
type: object
members:
type: array
items:
type: object
ancestor_groups:
type: array
items:
type: object
example:
id: 1
name: Sys Dev
Expand Down Expand Up @@ -2921,10 +2929,16 @@ paths:
type: integer
groups:
type: array
items:
type: object
members:
type: array
items:
type: object
ancestor_groups:
type: array
items:
type: object
example:
id: 2
name: Test department
Expand Down Expand Up @@ -4300,6 +4314,8 @@ paths:
properties:
active_user_list:
type: array
items:
type: object
page:
type: integer
total_count:
Expand Down Expand Up @@ -4692,8 +4708,12 @@ paths:
type: string
dtable_server_info:
type: array
items:
type: object
dtable_server_info_in_etcd:
type: array
items:
type: object
archived_base_count:
type: integer
archived_row_count:
Expand Down
61 changes: 55 additions & 6 deletions team_admin_account_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,23 @@ paths:
properties:
groups:
type: array
items:
type: object
properties:
id:
type: integer
group_name:
type: string
ctime:
type: string
creator_name:
type: string
creator_email:
type: string
creator_contact_email:
type: string
size:
type: integer
page:
type: integer
per_page:
Expand Down Expand Up @@ -1378,29 +1395,43 @@ paths:
schema:
type: object
properties:
org_id:
type: integer
group_id:
type: integer
group_name:
type: string
members:
type: array
items:
type: object
properties:
name:
type: string
email:
type: string
contact_email:
type: string
avatar_url:
type: string
is_admin:
type: boolean
role:
type: string
example:
org_id: 1
group_id: 1
group_name: Sample Group
members:
- group_id: 1
name: Jasmin Tee
- name: Jasmin Tee
email: 123456786569491ba42905bf1647fd3f@auth.local
contact_email: jasmin@example.com
login_id: ""
avatar_url: https://cloud.seatable.io/media/avatars/default.png
is_admin: false
role: Member
- group_id: 1
name: Ginger Ale
- name: Ginger Ale
email: 87654321d1754bb4afa2c2cb7369d244@auth.local
contact_email: ginger@example.com
login_id: ""
avatar_url: https://cloud.seatable.io/media/avatars/default.png
is_admin: true
role: Owner
Expand Down Expand Up @@ -1651,12 +1682,20 @@ paths:
properties:
dtable_user_shares:
type: array
items:
type: object
dtable_group_shares:
type: array
items:
type: object
view_user_shares:
type: array
items:
type: object
view_group_shares:
type: array
items:
type: object
example:
dtable_user_shares:
- dtable_uuid: 3c899a81-6a0c-4111-bb19-288ebf8442fd
Expand Down Expand Up @@ -2004,10 +2043,20 @@ paths:
type: string
big_data_row_limit:
type: integer
big_data_storage_quota:
type: integer
big_data_total_rows:
type: integer
big_data_total_storage:
type: integer
api_calls_count:
type: integer
api_calls_limit:
type: integer
automation_count:
type: integer
automation_limit:
type: integer
scripts_running_total:
type: integer
scripts_running_count:
Expand Down
20 changes: 20 additions & 0 deletions tests/__snapshots__/test_team_info/test_getTeamInfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"active_members": "int",
"api_calls_count": "int",
"api_calls_limit": "int",
"automation_count": "int",
"automation_limit": "int",
"big_data_row_limit": "int",
"big_data_storage_quota": "int",
"big_data_total_rows": "int",
"big_data_total_storage": "int",
"member_quota": "int",
"member_usage": "int",
"org_id": "int",
"org_name": "str",
"role": "str",
"row_total": "int",
"row_usage": "int",
"storage_quota": "int",
"storage_usage": "int"
}
8 changes: 8 additions & 0 deletions tests/__snapshots__/test_team_info/test_listGroupMembers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"avatar_url": "str",
"contact_email": "str",
"email": "str",
"is_admin": true,
"name": "str",
"role": "Owner"
}
Loading