We will be creating and updating accounts on a Delimited File source using /v3/accounts.
We can create an account with the POST call, but if we want to update only one or two attributes such as updating their endDate, do we need to PUT the entire schema (even attributes that are not changing), or can we make a call for a partial update?