Skip to content

Commit 3b706b2

Browse files
committed
Change contactsdb to marketing api sendgrid#133
1 parent db6d34e commit 3b706b2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

lib/Client.php

+9-7
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,17 @@
7171
* Clients
7272
* @method Client clients()
7373
*
74-
* ContactDB
75-
* @method Client contactdb()
76-
* @method Client custom_fields()
77-
* @method Client lists()
78-
* @method Client recipients()
79-
* @method Client billable_count()
74+
* Marketing
75+
* @method Client marketing()
76+
* @method Client contacts()
8077
* @method Client count()
81-
* @method Client reserved_fields()
78+
* @method Client exports()
79+
* @method Client imports()
80+
* @method Client lists()
81+
* @method Client field_definitions()
8282
* @method Client segments()
83+
* @method Client singlesends()
84+
*
8385
*
8486
* Devices
8587
* @method Client devices()

0 commit comments

Comments
 (0)