pub async fn workspaces_partial_update(
configuration: &Configuration,
id: i32,
page: Option<i32>,
patched_workspace_request: Option<PatchedWorkspaceRequest>,
) -> Result<PaginatedWorkspaceList, Error<WorkspacesPartialUpdateError>>
pub async fn workspaces_partial_update(
configuration: &Configuration,
id: i32,
page: Option<i32>,
patched_workspace_request: Option<PatchedWorkspaceRequest>,
) -> Result<PaginatedWorkspaceList, Error<WorkspacesPartialUpdateError>>