mirror of https://github.com/apache/cloudstack.git
fix removeSecondaryStorageSelector response for docs (#9264)
Co-authored-by: Ahmed Awlaqi <ahmed.awlaqi@sue.nl>
This commit is contained in:
parent
8ca1843efa
commit
2ba64f2521
|
|
@ -27,7 +27,7 @@ import org.apache.cloudstack.api.response.SuccessResponse;
|
|||
import org.apache.cloudstack.secstorage.heuristics.Heuristic;
|
||||
|
||||
@APICommand(name = "removeSecondaryStorageSelector", description = "Removes an existing secondary storage selector.", since = "4.19.0", responseObject =
|
||||
SecondaryStorageHeuristicsResponse.class, requestHasSensitiveInfo = false, entityType = {Heuristic.class}, responseHasSensitiveInfo = false, authorized = {RoleType.Admin})
|
||||
SuccessResponse.class, requestHasSensitiveInfo = false, entityType = {Heuristic.class}, responseHasSensitiveInfo = false, authorized = {RoleType.Admin})
|
||||
public class RemoveSecondaryStorageSelectorCmd extends BaseCmd {
|
||||
@Parameter(name = ApiConstants.ID, type = BaseCmd.CommandType.UUID, entityType = SecondaryStorageHeuristicsResponse.class, required = true,
|
||||
description = "The unique identifier of the secondary storage selector to be removed.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue