APIv4 - Add `@since` annotation to each entity
[civicrm-core.git] / Civi / Api4 / Address.php
index 038e544ea71efb6d955b1306dc08891b1b7d0f19..9861b53ee36e0dda8c72537ec346491f03acd108 100644 (file)
@@ -22,12 +22,16 @@ namespace Civi\Api4;
 /**
  * Address Entity.
  *
- * This entity holds the address informatiom of a contact. Each contact may hold
+ * This entity holds the address information of a contact. Each contact may hold
  * one or more addresses but must have different location types respectively.
  *
  * Creating a new address requires at minimum a contact's ID and location type ID
- *  and other attributes (although optional) like street address, city, country etc.
+ * and other attributes (although optional) like street address, city, country etc.
  *
+ * @ui_join_filters location_type_id
+ *
+ * @searchable secondary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Address extends Generic\DAOEntity {