From 3755d87996214f378fde02c8fea7d68ca6095d98 Mon Sep 17 00:00:00 2001 From: Matthew Wire <mjw@mjwconsult.co.uk> Date: Mon, 7 Aug 2017 11:24:50 +0100 Subject: [PATCH] Add deprecated label to case update api function --- api/v3/Case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Case.php b/api/v3/Case.php index b999933bb5..3ba5e46c72 100644 --- a/api/v3/Case.php +++ b/api/v3/Case.php @@ -495,7 +495,7 @@ function _civicrm_api3_case_deprecation() { } /** - * Update a specified case. + * @deprecated Update a specified case. Use civicrm_api3_case_create() instead. * * @param array $params * //REQUIRED: -- 2.25.1