- Querying with a negative limit ("first") or negative offset will now throw an invalid parameter error. Limit must be greater than 0 and offset must be greater than or equal to 0.
- The API now allows mutating a Contact's primary and secondary email addresses.
- Contact has a new field: lastUpdatedAt. This is the date and time of when the Contact was last changed.
- You can now update a Contact's first, middle, and last names.
- An Event's remainingPlaces is now an available field.
- The frequency for rotating the refresh_token has been reduced in the OAuth 2 flow. Previously, a new token was issued every time the refresh_token was used to retrieve a new access_token.
Comments
0 comments
Article is closed for comments.