| 263 | UpdateSpaceFeature(spaceName string, orgGUID string, enableds bool, feature string) (v7action.Warnings, error) |
| 264 | UpdateSpaceLabelsBySpaceName(string, string, map[string]types.NullString) (v7action.Warnings, error) |
| 265 | UpdateSpaceQuota(quotaName, orgGUID, newName string, limits v7action.QuotaLimits) (v7action.Warnings, error) |
| 266 | UpdateStackLabelsByStackName(string, map[string]types.NullString) (v7action.Warnings, error) |
| 267 | UpdateUserPassword(userGUID string, oldPassword string, newPassword string) error |
| 268 | UpdateUserProvidedServiceInstance(serviceInstanceName, spaceGUID string, serviceInstanceUpdates resources.ServiceInstance) (v7action.Warnings, error) |