You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/clients/src/api/cockpit/v1/api.gen.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ const jsonContentHeaders = {
101
101
/**
102
102
* Cockpit Global API.
103
103
104
-
The Cockpit Global API allows you to manage your Cockpit's Grafana and plans.
104
+
The Cockpit Global API allows you to manage your Cockpit's Grafana.
105
105
*/
106
106
exportclassGlobalAPIextendsParentAPI{
107
107
/**
@@ -320,7 +320,7 @@ A new password regenerates and only displays once. Make sure that you save it.
320
320
321
321
/**
322
322
* List plan types. Retrieve a list of available pricing plan types.
323
-
Deprecated, retention is now managed at the data source level.
323
+
Deprecated: retention is now managed at the data source level.
324
324
*
325
325
* @deprecated
326
326
* @param request - The request {@link GlobalApiListPlansRequest}
@@ -331,7 +331,7 @@ Deprecated, retention is now managed at the data source level.
331
331
332
332
/**
333
333
* Apply a pricing plan. Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply.
334
-
Deprecated, retention is now managed at the data source level.
334
+
Deprecated: retention is now managed at the data source level.
335
335
*
336
336
* @deprecated
337
337
* @param request - The request {@link GlobalApiSelectPlanRequest}
@@ -352,7 +352,7 @@ Deprecated, retention is now managed at the data source level.
352
352
353
353
/**
354
354
* Get current plan. Retrieve a pricing plan for the given Project, specified by the ID of the Project.
355
-
Deprecated, retention is now managed at the data source level.
355
+
Deprecated: retention is now managed at the data source level.
356
356
*
357
357
* @deprecated
358
358
* @param request - The request {@link GlobalApiGetCurrentPlanRequest}
0 commit comments