Skip to content

Commit 854c727

Browse files
committed
Add missing API doc links
1 parent 51f24d7 commit 854c727

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/ConvertKit_API.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@ public function get_subscriber_tags(int $subscriber_id)
594594
*
595595
* @since 1.0.0
596596
*
597+
* @see https://developers.convertkit.com/#list-fields
598+
*
597599
* @return false|object
598600
*/
599601
public function get_custom_fields()
@@ -613,6 +615,8 @@ public function get_custom_fields()
613615
*
614616
* @since 1.0.0
615617
*
618+
* @see https://developers.convertkit.com/#create-field
619+
*
616620
* @return false|object
617621
*/
618622
public function create_custom_field(string $label)
@@ -633,6 +637,8 @@ public function create_custom_field(string $label)
633637
*
634638
* @since 1.0.0
635639
*
640+
* @see https://developers.convertkit.com/#create-field
641+
*
636642
* @return false|object
637643
*/
638644
public function create_custom_fields(array $labels)
@@ -654,6 +660,8 @@ public function create_custom_fields(array $labels)
654660
*
655661
* @since 1.0.0
656662
*
663+
* @see https://developers.convertkit.com/#update-field
664+
*
657665
* @return false|object
658666
*/
659667
public function update_custom_field(int $id, string $label)
@@ -674,6 +682,8 @@ public function update_custom_field(int $id, string $label)
674682
*
675683
* @since 1.0.0
676684
*
685+
* @see https://developers.convertkit.com/#destroy-field
686+
*
677687
* @return false|object
678688
*/
679689
public function delete_custom_field(int $id)

0 commit comments

Comments
 (0)