Skip to content

Commit 43ac932

Browse files
committed
V25.3.0 - 2025-03-06
1 parent 848dd17 commit 43ac932

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ConstantContact/V3/Activities/ContactsJsonImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
4242
* column header. If explicit permission was not provided, set `sms_permission_to_send`
4343
* to `not_set` (the `sms_consent_date` is not required). If the `sms_consent_date`
4444
* is not set, SMS messages cannot be sent to contacts and `sms_permission_to_send`
45-
* defaults to `not_set. Valid value formats for `sms_consent_date` include
45+
* defaults to `not_set`. Valid value formats for `sms_consent_date` include
4646
* MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D,M-D-YYYY,
4747
* or M-DD-YYYY.
4848
*

yaml/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ swagger: "2.0"
33
info:
44
description: "The Constant Contact, Inc. V3 public API, for building integrations\
55
\ with Constant Contact, the leading small-business email marketing platform."
6-
version: "3.0.50"
6+
version: "3.0.53"
77
title: "AppConnect V3"
88
contact:
99
name: "webservices@constantcontact.com"
@@ -882,7 +882,7 @@ paths:
882882
\ column header. If explicit permission was not provided, set `sms_permission_to_send`\
883883
\ to `not_set` (the `sms_consent_date` is not required). If the `sms_consent_date`\
884884
\ is not set, SMS messages cannot be sent to contacts and `sms_permission_to_send`\
885-
\ defaults to `not_set. Valid value formats for `sms_consent_date` include\
885+
\ defaults to `not_set`. Valid value formats for `sms_consent_date` include\
886886
\ MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D,M-D-YYYY,\
887887
\ or M-DD-YYYY. \n\nThe request body payload has a maximum size of 4 megabytes\
888888
\ (MB). If the request body exceeds 4 MB, this method only imports the first\

0 commit comments

Comments
 (0)