Corrected API doc description for listProjectInvitations/deleteProjectInvitation commands

This commit is contained in:
Alena Prokharchyk 2014-07-11 14:59:10 -07:00
parent 7098367dc6
commit a6b42fde55
2 changed files with 2 additions and 2 deletions

View File

@ -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());

View File

@ -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,