Skip to content

Commit 797348c

Browse files
authored
docs(cockpit): clean up global api doc (#2002)
1 parent 8e37fc8 commit 797348c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/clients/src/api/cockpit/v1/api.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const jsonContentHeaders = {
101101
/**
102102
* Cockpit Global API.
103103
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.
105105
*/
106106
export class GlobalAPI extends ParentAPI {
107107
/**
@@ -320,7 +320,7 @@ A new password regenerates and only displays once. Make sure that you save it.
320320

321321
/**
322322
* 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.
324324
*
325325
* @deprecated
326326
* @param request - The request {@link GlobalApiListPlansRequest}
@@ -331,7 +331,7 @@ Deprecated, retention is now managed at the data source level.
331331

332332
/**
333333
* 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.
335335
*
336336
* @deprecated
337337
* @param request - The request {@link GlobalApiSelectPlanRequest}
@@ -352,7 +352,7 @@ Deprecated, retention is now managed at the data source level.
352352

353353
/**
354354
* 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.
356356
*
357357
* @deprecated
358358
* @param request - The request {@link GlobalApiGetCurrentPlanRequest}

0 commit comments

Comments
 (0)