Skip to content

Commit 5211025

Browse files
chore: ROOT-216: Add enterprise badges to table of contents for LSE endpoints (#649)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent a97616e commit 5211025

54 files changed

Lines changed: 828 additions & 439 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.mock/definition/activityLogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ service:
3131
method, date range or search query.
3232
source:
3333
openapi: openapi/openapi.yaml
34-
display-name: Get activity logs
34+
display-name: Get activity logs
3535
request:
3636
name: ActivityLogsListRequest
3737
query-parameters:

.mock/definition/annotationHistory.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ service:
2121
the Annotation History panel during labeling.
2222
source:
2323
openapi: openapi/openapi.yaml
24-
display-name: List all annotation history items for annotation
24+
display-name: List all annotation history items for annotation
2525
request:
2626
name: AnnotationHistoryListRequest
2727
query-parameters:
@@ -71,7 +71,7 @@ service:
7171
roles.
7272
source:
7373
openapi: openapi/openapi.yaml
74-
display-name: Delete annotation history items
74+
display-name: Delete annotation history items
7575
request:
7676
name: AnnotationHistoryDeleteRequest
7777
query-parameters:
@@ -109,7 +109,7 @@ service:
109109
openapi: openapi/openapi.yaml
110110
path-parameters:
111111
id: integer
112-
display-name: List annotation history items for project
112+
display-name: List annotation history items for project
113113
request:
114114
name: AnnotationHistoryListForProjectRequest
115115
query-parameters:

.mock/definition/annotationReviews.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ service:
1818
List all reviews for a specific annotation ID.
1919
source:
2020
openapi: openapi/openapi.yaml
21-
display-name: List reviews
21+
display-name: List reviews
2222
request:
2323
name: AnnotationReviewsListRequest
2424
query-parameters:
@@ -61,7 +61,7 @@ service:
6161
Create a review for a specific annotation ID.
6262
source:
6363
openapi: openapi/openapi.yaml
64-
display-name: Create review
64+
display-name: Create review
6565
request:
6666
body: root.AnnotationReviewRequest
6767
query-parameters:
@@ -110,7 +110,7 @@ service:
110110
id:
111111
type: integer
112112
docs: A unique integer value identifying this annotation review.
113-
display-name: Get review
113+
display-name: Get review
114114
response:
115115
docs: ''
116116
type: root.AnnotationReview
@@ -151,7 +151,7 @@ service:
151151
id:
152152
type: integer
153153
docs: A unique integer value identifying this annotation review.
154-
display-name: Put review
154+
display-name: Put review
155155
request:
156156
body: root.AnnotationReviewRequest
157157
content-type: application/json
@@ -197,7 +197,7 @@ service:
197197
id:
198198
type: integer
199199
docs: A unique integer value identifying this annotation review.
200-
display-name: Delete review
200+
display-name: Delete review
201201
examples:
202202
- path-parameters:
203203
id: 1
@@ -221,7 +221,7 @@ service:
221221
id:
222222
type: integer
223223
docs: A unique integer value identifying this annotation review.
224-
display-name: Update review
224+
display-name: Update review
225225
request:
226226
name: PatchedAnnotationReviewRequest
227227
body:

.mock/definition/billing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ service:
1818
Retrieve billing checks and feature flags for the active organization.
1919
source:
2020
openapi: openapi/openapi.yaml
21-
display-name: Get billing info
21+
display-name: Get billing info
2222
response:
2323
docs: Billing information for the active organization
2424
type: root.BillingInfoResponse

.mock/definition/comments.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ service:
1818
List all comments for a specific annotation ID.
1919
source:
2020
openapi: openapi/openapi.yaml
21-
display-name: List comments
21+
display-name: List comments
2222
request:
2323
name: CommentsListRequest
2424
query-parameters:
@@ -67,7 +67,7 @@ service:
6767
Create a comment for a specific annotation ID.
6868
source:
6969
openapi: openapi/openapi.yaml
70-
display-name: Create comment
70+
display-name: Create comment
7171
request:
7272
body: root.CommentRequest
7373
query-parameters:
@@ -114,7 +114,7 @@ service:
114114
Export comments to CSV file
115115
source:
116116
openapi: openapi/openapi.yaml
117-
display-name: Export comments to CSV
117+
display-name: Export comments to CSV
118118
request:
119119
name: CommentsExportRequest
120120
query-parameters:
@@ -149,7 +149,7 @@ service:
149149
openapi: openapi/openapi.yaml
150150
path-parameters:
151151
id: string
152-
display-name: Get comment
152+
display-name: Get comment
153153
request:
154154
name: CommentsGetRequest
155155
query-parameters:
@@ -197,7 +197,7 @@ service:
197197
openapi: openapi/openapi.yaml
198198
path-parameters:
199199
id: string
200-
display-name: Put comment
200+
display-name: Put comment
201201
request:
202202
body: root.CommentRequest
203203
query-parameters:
@@ -248,7 +248,7 @@ service:
248248
openapi: openapi/openapi.yaml
249249
path-parameters:
250250
id: string
251-
display-name: Delete comment
251+
display-name: Delete comment
252252
request:
253253
name: CommentsDeleteRequest
254254
query-parameters:
@@ -276,7 +276,7 @@ service:
276276
openapi: openapi/openapi.yaml
277277
path-parameters:
278278
id: string
279-
display-name: Update comment
279+
display-name: Update comment
280280
request:
281281
name: PatchedCommentRequest
282282
query-parameters:

.mock/definition/exportStorage/azureSpi.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ service:
1919
Service Principal authentication.
2020
source:
2121
openapi: openapi/openapi.yaml
22-
display-name: Get all Azure SPI export storage
22+
display-name: Get all Azure SPI export storage
2323
request:
2424
name: AzureSpiListRequest
2525
query-parameters:
@@ -76,7 +76,7 @@ service:
7676
authentication to store annotations.
7777
source:
7878
openapi: openapi/openapi.yaml
79-
display-name: Create Azure export storage with SPI authentication
79+
display-name: Create Azure export storage with SPI authentication
8080
request:
8181
body: root.AzureServicePrincipalExportStorageRequest
8282
content-type: application/json
@@ -129,7 +129,7 @@ service:
129129
Service Principal authentication.
130130
source:
131131
openapi: openapi/openapi.yaml
132-
display-name: Validate Azure SPI export storage
132+
display-name: Validate Azure SPI export storage
133133
request:
134134
body: root.AzureServicePrincipalExportStorageRequest
135135
content-type: application/json
@@ -155,7 +155,7 @@ service:
155155
openapi: openapi/openapi.yaml
156156
path-parameters:
157157
id: integer
158-
display-name: Get Azure SPI export storage
158+
display-name: Get Azure SPI export storage
159159
response:
160160
docs: ''
161161
type: root.AzureServicePrincipalExportStorage
@@ -207,7 +207,7 @@ service:
207207
openapi: openapi/openapi.yaml
208208
path-parameters:
209209
id: integer
210-
display-name: Delete Azure SPI export storage
210+
display-name: Delete Azure SPI export storage
211211
examples:
212212
- path-parameters:
213213
id: 1
@@ -230,7 +230,7 @@ service:
230230
openapi: openapi/openapi.yaml
231231
path-parameters:
232232
id: integer
233-
display-name: Update Azure SPI export storage
233+
display-name: Update Azure SPI export storage
234234
request:
235235
name: PatchedAzureServicePrincipalExportStorageRequest
236236
body:
@@ -350,7 +350,7 @@ service:
350350
openapi: openapi/openapi.yaml
351351
path-parameters:
352352
id: integer
353-
display-name: Sync Azure SPI export storage
353+
display-name: Sync Azure SPI export storage
354354
response:
355355
docs: ''
356356
type: root.AzureServicePrincipalExportStorage

.mock/definition/exportStorage/databricks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ service:
1818
Get a list of all Databricks Files export storage connections.
1919
source:
2020
openapi: openapi/openapi.yaml
21-
display-name: List Databricks export storages
21+
display-name: List Databricks export storages
2222
request:
2323
name: DatabricksListRequest
2424
query-parameters:
@@ -75,7 +75,7 @@ service:
7575
Create a Databricks Files export storage connection.
7676
source:
7777
openapi: openapi/openapi.yaml
78-
display-name: Create Databricks export storage
78+
display-name: Create Databricks export storage
7979
request:
8080
body: root.DatabricksExportStorageRequest
8181
content-type: application/json
@@ -132,7 +132,7 @@ service:
132132
Validate a specific Databricks Files export storage connection.
133133
source:
134134
openapi: openapi/openapi.yaml
135-
display-name: Validate Databricks export storage
135+
display-name: Validate Databricks export storage
136136
request:
137137
body: root.DatabricksExportStorageRequest
138138
content-type: application/json
@@ -161,7 +161,7 @@ service:
161161
openapi: openapi/openapi.yaml
162162
path-parameters:
163163
id: integer
164-
display-name: Get Databricks export storage
164+
display-name: Get Databricks export storage
165165
response:
166166
docs: ''
167167
type: root.DatabricksExportStorage
@@ -213,7 +213,7 @@ service:
213213
openapi: openapi/openapi.yaml
214214
path-parameters:
215215
id: integer
216-
display-name: Delete Databricks export storage
216+
display-name: Delete Databricks export storage
217217
examples:
218218
- path-parameters:
219219
id: 1
@@ -235,7 +235,7 @@ service:
235235
openapi: openapi/openapi.yaml
236236
path-parameters:
237237
id: integer
238-
display-name: Update Databricks export storage
238+
display-name: Update Databricks export storage
239239
request:
240240
name: PatchedDatabricksExportStorageRequest
241241
body:
@@ -372,7 +372,7 @@ service:
372372
openapi: openapi/openapi.yaml
373373
path-parameters:
374374
id: integer
375-
display-name: Sync Databricks export storage
375+
display-name: Sync Databricks export storage
376376
response:
377377
docs: ''
378378
type: root.DatabricksExportStorage

.mock/definition/exportStorage/gcswif.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ service:
1919
WIF authentication.
2020
source:
2121
openapi: openapi/openapi.yaml
22-
display-name: Get all GCS WIF export storage
22+
display-name: Get all GCS WIF export storage
2323
request:
2424
name: GcswifListRequest
2525
query-parameters:
@@ -77,7 +77,7 @@ service:
7777
annotations.
7878
source:
7979
openapi: openapi/openapi.yaml
80-
display-name: Create GCS export storage with WIF authentication
80+
display-name: Create GCS export storage with WIF authentication
8181
request:
8282
body: root.GcswifExportStorageRequest
8383
content-type: application/json
@@ -131,7 +131,7 @@ service:
131131
WIF authentication.
132132
source:
133133
openapi: openapi/openapi.yaml
134-
display-name: Validate GCS WIF export storage
134+
display-name: Validate GCS WIF export storage
135135
request:
136136
body: root.GcswifExportStorageRequest
137137
content-type: application/json
@@ -157,7 +157,7 @@ service:
157157
openapi: openapi/openapi.yaml
158158
path-parameters:
159159
id: integer
160-
display-name: Get GCS WIF export storage
160+
display-name: Get GCS WIF export storage
161161
response:
162162
docs: ''
163163
type: root.GcswifExportStorage
@@ -210,7 +210,7 @@ service:
210210
openapi: openapi/openapi.yaml
211211
path-parameters:
212212
id: integer
213-
display-name: Delete GCS WIF export storage
213+
display-name: Delete GCS WIF export storage
214214
examples:
215215
- path-parameters:
216216
id: 1
@@ -233,7 +233,7 @@ service:
233233
openapi: openapi/openapi.yaml
234234
path-parameters:
235235
id: integer
236-
display-name: Update GCS WIF export storage
236+
display-name: Update GCS WIF export storage
237237
request:
238238
name: PatchedGcswifExportStorageRequest
239239
body:
@@ -357,7 +357,7 @@ service:
357357
openapi: openapi/openapi.yaml
358358
path-parameters:
359359
id: integer
360-
display-name: Sync GCS WIF export storage
360+
display-name: Sync GCS WIF export storage
361361
response:
362362
docs: ''
363363
type: root.GcswifExportStorage

0 commit comments

Comments
 (0)