The Project endpoint PUT /projects/:id
that allows for deep-updating Project and Form details is on a deprecation path and will be removed from the API in a future release (planned for v2023.2).
We expect that this will have no impact, but if you are using the API, double-check that you aren’t using this endpoint.
Everything that PUT
endpoint does can be done with other endpoints. We recommend using the Project and Form PATCH
endpoints as alternatives: