X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FCustomValue.php;h=34f96a9f2daa350e2c3115255a74d9a0b3ccaf27;hb=befe92799d9edf6d62ce349ce11d89ba25bacfa9;hp=0711224f0021e52fa9fa0d979a068caf86a01472;hpb=e1f4a1232e08d9822d03debfba4ffff1099f1aa5;p=civicrm-core.git diff --git a/api/v3/CustomValue.php b/api/v3/CustomValue.php index 0711224f00..34f96a9f2d 100644 --- a/api/v3/CustomValue.php +++ b/api/v3/CustomValue.php @@ -22,7 +22,7 @@ * Expected keys are in format custom_fieldID:recordID or custom_groupName:fieldName:recordID. * * @example: - * @code + * ``` * // entity ID. You do not need to specify entity type, we figure it out based on the fields you're using * 'entity_id' => 123, * // (omitting :id) inserts or updates a field in a single-valued group @@ -39,7 +39,7 @@ * 'custom_some_group:my_field' => 'myinfo', * // updates record ID 8 in my_other_field in multi-valued some_big_group * 'custom_some_big_group:my_other_field:8' => 'myinfo', - * @endcode + * ``` * * @throws Exception * @return array