Skip to content

Commit 59a1147

Browse files
Update src/connections/destinations/catalog/actions-attio/index.md
Co-authored-by: forstisabella <[email protected]>
1 parent 00650a5 commit 59a1147

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/actions-attio

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/actions-attio/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ of these are incorrect. To unset an attribute, you can also pass `null` as the v
170170
| `date` | YYYY-MM-DD | `"2023-09-28"` |
171171
| `domain` | `{domain}.{tld}` | `"app.attio.com"`, `"www.example.com"` |
172172
| `email` | A valid email address | `"[email protected]"` |
173-
| `location` | String with all valid address parts combined | "1 Infinite Loop, Cupertino, CA, US" |
173+
| `location` | String with all valid address parts (street address, city, state, country, and postal code) combined | "1 Infinite Loop, Cupertino, CA, US" |
174174
| `number` | Number, stored as a 64 bit float | `42.192`, `17` |
175175
| `personal-name` | Last name(s), First name(s) *(note the comma in the middle)* | `"Bloggs, Joe"` |
176176
| `phone-number` | [E.164 format](https://en.wikipedia.org/wiki/E.164), starting with `+...` | `"+15558675309"` |

0 commit comments

Comments
 (0)