@inklok/api-spec 7.9.2 → 7.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.yaml +31 -5
- package/package.json +1 -1
package/openapi.yaml
CHANGED
|
@@ -8,7 +8,7 @@ info:
|
|
|
8
8
|
Authenticate using an API key or bearer token, then use the resources below to manage
|
|
9
9
|
templates, agreements, documents, and signing. For your first integration, start with
|
|
10
10
|
the Quick Start guide.
|
|
11
|
-
version: "7.9.
|
|
11
|
+
version: "7.9.3"
|
|
12
12
|
contact:
|
|
13
13
|
name: Inklok API Support
|
|
14
14
|
email: support@inklok.com
|
|
@@ -752,7 +752,8 @@ paths:
|
|
|
752
752
|
summary: Get Platform API usage health
|
|
753
753
|
x-visibility: internal
|
|
754
754
|
description: |
|
|
755
|
-
Returns a small operational API usage health view for platform administrators.
|
|
755
|
+
Returns a small operational published-API usage health view for platform administrators.
|
|
756
|
+
Cognito-authenticated first-party application traffic is excluded.
|
|
756
757
|
This endpoint uses existing usage counters and does not expose customer-facing analytics.
|
|
757
758
|
x-required-global-roles: [PLATFORM_ADMIN]
|
|
758
759
|
tags:
|
|
@@ -778,6 +779,16 @@ paths:
|
|
|
778
779
|
- usagePercentage
|
|
779
780
|
default: throttleCount
|
|
780
781
|
description: Sort order for returned organizations.
|
|
782
|
+
- in: query
|
|
783
|
+
name: filter
|
|
784
|
+
schema:
|
|
785
|
+
type: string
|
|
786
|
+
enum:
|
|
787
|
+
- all
|
|
788
|
+
- throttled
|
|
789
|
+
- approaching
|
|
790
|
+
default: all
|
|
791
|
+
description: Optional status subset. Approaching means non-throttled organizations at 60% usage or higher.
|
|
781
792
|
- in: query
|
|
782
793
|
name: limit
|
|
783
794
|
schema:
|
|
@@ -5069,10 +5080,13 @@ components:
|
|
|
5069
5080
|
required:
|
|
5070
5081
|
- window
|
|
5071
5082
|
- sort
|
|
5083
|
+
- filter
|
|
5072
5084
|
- limit
|
|
5073
5085
|
- nextCursor
|
|
5074
5086
|
- organizations
|
|
5075
5087
|
- totalOrganizations
|
|
5088
|
+
- totalThrottledOrganizations
|
|
5089
|
+
- totalApproachingLimitOrganizations
|
|
5076
5090
|
- dataSource
|
|
5077
5091
|
- generatedAt
|
|
5078
5092
|
properties:
|
|
@@ -5088,6 +5102,12 @@ components:
|
|
|
5088
5102
|
enum:
|
|
5089
5103
|
- throttleCount
|
|
5090
5104
|
- usagePercentage
|
|
5105
|
+
filter:
|
|
5106
|
+
type: string
|
|
5107
|
+
enum:
|
|
5108
|
+
- all
|
|
5109
|
+
- throttled
|
|
5110
|
+
- approaching
|
|
5091
5111
|
limit:
|
|
5092
5112
|
type: integer
|
|
5093
5113
|
minimum: 1
|
|
@@ -5101,6 +5121,12 @@ components:
|
|
|
5101
5121
|
totalOrganizations:
|
|
5102
5122
|
type: integer
|
|
5103
5123
|
minimum: 0
|
|
5124
|
+
totalThrottledOrganizations:
|
|
5125
|
+
type: integer
|
|
5126
|
+
minimum: 0
|
|
5127
|
+
totalApproachingLimitOrganizations:
|
|
5128
|
+
type: integer
|
|
5129
|
+
minimum: 0
|
|
5104
5130
|
dataSource:
|
|
5105
5131
|
type: object
|
|
5106
5132
|
required:
|
|
@@ -5125,9 +5151,9 @@ components:
|
|
|
5125
5151
|
enum:
|
|
5126
5152
|
- peak_minute
|
|
5127
5153
|
- daily_capacity
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5154
|
+
generatedAt:
|
|
5155
|
+
type: string
|
|
5156
|
+
format: date-time
|
|
5131
5157
|
|
|
5132
5158
|
PlatformBillingActivityType:
|
|
5133
5159
|
type: string
|