<!--- Before you submit, make sure to check that there are no similar issues reported yet. ---> <!--- Give a clear and concise description of what the bug is. ---> Our API allows leaving out fields when updating records. The types don't reflect this. ##### Reproduction steps Try to only update the review comment in a typescript project. See that it doesn't typecheck. ##### Expected behaviour This should type-check.