Skip to content
Merged
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
6 changes: 6 additions & 0 deletions team_admin_account_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2061,6 +2061,10 @@ paths:
type: integer
scripts_running_count:
type: integer
ai_cost:
type: number
ai_credit:
type: number
example:
org_id: 1
org_name: SeaTable GmbH
Expand All @@ -2077,6 +2081,8 @@ paths:
big_data_total_storage: 0
scripts_running_total: -1
scripts_running_count: 0
ai_cost: 1234.56
ai_credit: 5000
put:
tags:
- Info & Settings
Expand Down