Skip to content

Commit eb30ecd

Browse files
author
132612
committed
'V21.9.0 - 2021-09-20'
1 parent 0b4de3f commit eb30ecd

29 files changed

+50
-42
lines changed

src/ConstantContact/V3/Account/Emails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function get(?string $confirm_status = null, ?string $role_code = null, ?
6767
* clicks that link, the account email status changes from `UNCONFIRMED`
6868
* to `CONFIRMED`. You can use confirmed account email addresses in the
6969
* email campaign `from_email` and `reply_to_email` headers. For more use
70-
* case information, see [Add an Account Email Address](/api_guide/account_post_emails.html)
70+
* case information, see [Add an Account Email Address](https://v3.developer.constantcontact.com/api_guide/account_post_emails.html)
7171
* in the API guide.
7272
*
7373
*

src/ConstantContact/V3/Account/Summary.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
1919
* Get account related details for a Constant Contact user account. Use
2020
* the `extra_fields` query parameter to include the `company_logo` and/or
2121
* `physical_address` details in the response body. For more details, see
22-
* [Get Account Summary Details](/api_guide/account_details_get.html).
22+
* [Get Account Summary Details](https://v3.developer.constantcontact.com/api_guide/account_details_get.html).
2323
*
2424
*
2525
* @param string $extra_fields Use the `extra_fields` query parameter to include the `physical_address` and/or `company_logo` details in the response body. Use a comma separated list to include both (physical_address, company logo).
@@ -48,7 +48,7 @@ public function get(?string $extra_fields = null) : array
4848
* such as the email address or phone number. This PUT method provides
4949
* a partial update where only valid properties that you include in the
5050
* request body are updated and excluded properties are not overwritten.
51-
* For more details, see [Put (update) Account Summary Details](/api_guide/account_details_put.html).
51+
* For more details, see [Put (update) Account Summary Details](https://v3.developer.constantcontact.com/api_guide/account_details_put.html).
5252
*
5353
*
5454
* @param PHPFUI\ConstantContact\Definition\CustomerPut $body In the request body, specify changes to account details by including and modifying all or select `CustomerPut` properties. Changes to read-only fields (`encoded_account_id`) are ignored.

src/ConstantContact/V3/Account/Summary/PhysicalAddress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function get() : array
3838
* resides determines whether you use the <code>state_code</code> to specify
3939
* United States (<code>US</code>) and Canada (<code>CA</code>) addresses,
4040
* or use the <code>state_name</code> to specify all other countries. For
41-
* more details, see [Put (update) the Physical Address for the Account](/api_guide/account_address_put.html).
41+
* more details, see [Put (update) the Physical Address for the Account](https://v3.developer.constantcontact.com/api_guide/account_address_put.html).
4242
* You must have the role of Account Owner assigned to update account level
4343
* details.
4444
*

src/ConstantContact/V3/Account/User/Privileges.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
2020
* token as an array of objects. This method returns all user privileges,
2121
* including privileges the V3 API does not currently use. Constant Contact
2222
* requires specific user privileges to make requests using the V3 API.
23-
* For more information, see the [User Privileges and Roles Overview](/api_guide/user_privileges.html).
23+
* For more information, see the [User Privileges and Roles Overview](https://v3.developer.constantcontact.com/api_guide/user_privileges.html).
2424
*
2525
*
2626
*/

src/ConstantContact/V3/Activities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
1919
* This endpoint returns a collection of activities. Use the state query
2020
* parameter to include only activities with a specific status (processing,
2121
* completed, cancelled, failed, or time_out). Use the limit query parameter
22-
* to define the number of activities returned per page. Learn [more](/api_guide/activity_status.html).
22+
* to define the number of activities returned per page. Learn [more](https://v3.developer.constantcontact.com/api_guide/activity_status.html).
2323
*
2424
*
2525
* @param int $limit Specifies the number of results displayed per page of output, from 1 - 500, default = 50.

src/ConstantContact/V3/Activities/ContactDelete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
2121
* 50 lists); all contacts that are members of the list_ids are deleted.
2222
* Deleted contacts won’t receive email from you, and they don’t count
2323
* as active contacts. Unlike unsubscribed contacts, deleted contacts can
24-
* be added back to an account. [Learn how to revive deleted contacts](/api_guide/contacts_delete.html#revive).
24+
* be added back to an account. [Learn how to revive deleted contacts](https://v3.developer.constantcontact.com/api_guide/contacts_delete.html#revive).
2525
*
2626
*
2727
* @param PHPFUI\ConstantContact\Definition\ContactDelete $body The request body contains an array of contact_ids <em>or</em> list_ids. All contact_ids provided are deleted, or all members of each specified list_id are deleted.

src/ConstantContact/V3/Activities/ContactsTaggingsAdd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
2626
* Use the activity link in the results to check the status of your request.
2727
*
2828
*
29-
* For more use case information, see "[Add Tags to Contacts](/api_guide/add_tagging_activity.html)"
29+
* For more use case information, see "[Add Tags to Contacts](https://v3.developer.constantcontact.com/api_guide/add_tagging_activity.html)"
3030
*
3131
*
3232
*

src/ConstantContact/V3/Activities/ContactsTaggingsRemove.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
2626
* specified contacts by `contact_id`. Use the activity link in the results
2727
* to check the status of your request."
2828
*
29-
* For more use case information, see "[Remove Tags from Contacts](/api_guide/remove_tagging_activity.html)"
29+
* For more use case information, see "[Remove Tags from Contacts](https://v3.developer.constantcontact.com/api_guide/remove_tagging_activity.html)"
3030
*
3131
*
3232
*

src/ConstantContact/V3/Contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function put(string $contact_id, PHPFUI\ConstantContact\Definition\Contac
6767
* Deletes the contact identified by the contact_id path parameter. Deleted
6868
* contacts won't receive email from you, and they don't count as active
6969
* contacts. Unlike unsubscribed contacts, deleted contacts can be revived,
70-
* or added back to an account. Learn how to [revive deleted contacts](/api_guide/contacts_delete.html#revive).
70+
* or added back to an account. Learn how to [revive deleted contacts](https://v3.developer.constantcontact.com/api_guide/contacts_delete.html#revive).
7171
*
7272
*
7373
* @param string $contact_id Unique ID of contact to DELETE

src/ConstantContact/V3/ContactLists/ListIdXrefs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
2828
* integration, and are migrating their users to a new V3 API integration.
2929
* The V2 and V3 APIs use different resource ID formats. Use the `sequence_ids`
3030
* query parameter to specify a set of comma delimited V2 list ids to cross-reference.
31-
* See [Migrating Apps and Data to V3](/api_guide/migration_overview.html)
31+
* See [Migrating Apps and Data to V3](https://v3.developer.constantcontact.com/api_guide/migration_overview.html)
3232
* to learn more."
3333
*
3434
*

0 commit comments

Comments
 (0)