mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Corrected API doc description for listProjectInvitations/deleteProjectInvitation commands
This commit is contained in:
parent
7098367dc6
commit
a6b42fde55
@ -31,7 +31,7 @@ import org.apache.cloudstack.context.CallContext;
|
||||
import com.cloud.event.EventTypes;
|
||||
import com.cloud.user.Account;
|
||||
|
||||
@APICommand(name = "deleteProjectInvitation", description = "Accepts or declines project invitation", responseObject = SuccessResponse.class, since = "3.0.0",
|
||||
@APICommand(name = "deleteProjectInvitation", description = "Deletes project invitation", responseObject = SuccessResponse.class, since = "3.0.0",
|
||||
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
|
||||
public class DeleteProjectInvitationCmd extends BaseAsyncCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(DeleteProjectInvitationCmd.class.getName());
|
||||
|
||||
@ -27,7 +27,7 @@ import org.apache.cloudstack.api.response.ProjectInvitationResponse;
|
||||
import org.apache.cloudstack.api.response.ProjectResponse;
|
||||
|
||||
@APICommand(name = "listProjectInvitations",
|
||||
description = "Lists projects and provides detailed information for listed projects",
|
||||
description = "Lists project invitations and provides detailed information for listed invitations",
|
||||
responseObject = ProjectInvitationResponse.class,
|
||||
since = "3.0.0",
|
||||
requestHasSensitiveInfo = false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user