diff --git a/public/website/docs.html b/public/website/docs.html index d9547a6..04d22ee 100644 --- a/public/website/docs.html +++ b/public/website/docs.html @@ -2164,6 +2164,15 @@
The name of a city or locality Toronto + + meta_* + Optional + Custom metadata. The column name must start with meta_. E.g. + meta_my_custom_field + + The value for the custom field: E.g. My custom value + My custom value + marked_for_deletion Optional @@ -2179,8 +2188,8 @@
Sample CSV for creating phone numbers
-
number,type,visibility,country,price,region,locality
-+12505550199,local,public,CA,1.15,ON,Toronto
+
number,type,visibility,country,price,region,locality,meta_my_custom_field,meta_another_custom_field
++12505550199,local,public,CA,1.15,ON,Toronto,My custom value,Another custom value
Sample CSV for deleting phone numbers