(userGUID string, oldPassword string, newPassword string)
| 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) |
| 269 | UploadBitsPackage(pkg resources.Package, matchedResources []sharedaction.V3Resource, newResources io.Reader, newResourcesLength int64) (resources.Package, v7action.Warnings, error) |
| 270 | UploadBuildpack(guid string, pathToBuildpackBits string, progressBar v7action.SimpleProgressBar) (ccv3.JobURL, v7action.Warnings, error) |
no outgoing calls
no test coverage detected