Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions packages/clients/src/api/baremetal/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ export class API extends ParentAPI {
)

/**
* List Elastic Metal servers for an organization. List Elastic Metal servers
* for a specific organization.
* List Elastic Metal servers for an Organization. List Elastic Metal servers
* for a specific Organization.
*
* @param request - The request {@link ListServersRequest}
* @returns A Promise of ListServersResponse
Expand Down Expand Up @@ -659,7 +659,7 @@ export class API extends ParentAPI {
)

/**
* List all settings. Return all settings for a project ID.
* List all settings. Return all settings for a Project ID.
*
* @param request - The request {@link ListSettingsRequest}
* @returns A Promise of ListSettingsResponse
Expand All @@ -668,7 +668,7 @@ export class API extends ParentAPI {
enrichForPagination('settings', this.pageOfListSettings, request)

/**
* Update setting. Update a setting for a project ID (enable or disable).
* Update setting. Update a setting for a Project ID (enable or disable).
*
* @param request - The request {@link UpdateSettingRequest}
* @returns A Promise of Setting
Expand Down Expand Up @@ -720,7 +720,7 @@ export class API extends ParentAPI {
enrichForPagination('os', this.pageOfListOS, request)

/**
* Get an OS with an ID. Return specific OS for the ID.
* Get OS with an ID. Return the specific OS for the ID.
*
* @param request - The request {@link GetOSRequest}
* @returns A Promise of OS
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/src/api/baremetal/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export interface Setting {
id: string
/** Type of the setting. */
type: SettingType
/** ID of the project ID. */
/** ID of the Project ID. */
projectId: string
/** Defines whether the setting is enabled. */
enabled: boolean
Expand Down Expand Up @@ -742,7 +742,7 @@ export type ListSettingsRequest = {
pageSize?: number
/** Sort order for items in the response. */
orderBy?: ListSettingsRequestOrderBy
/** ID of the project. */
/** ID of the Project. */
projectId?: string
}

Expand Down