Skip to content

Conversation

@ekta-slit
Copy link
Collaborator

  • Added new enum boolean for input parameter type in createAttribute definition
  • Added two new query parameters startDate & endDate in GET /emailCampaigns route
  • Added a new field sentDate in response schema of getExtendedCampaignOverview definition
  • sendTransacSms content length description update

@ekta-slit ekta-slit merged commit f92a642 into master Aug 27, 2018
@ekta-slit ekta-slit deleted the feature_new-params branch August 27, 2018 09:11

@SuppressWarnings("rawtypes")
private com.squareup.okhttp.Call getEmailCampaignsValidateBeforeCall(String type, String status, Long limit, Long offset, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
private com.squareup.okhttp.Call getEmailCampaignsValidateBeforeCall(String type, String status, OffsetDateTime startDate, OffsetDateTime endDate, Long limit, Long offset, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: JavaDoc was not updated on this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants