Running into this problem:
{"error":{"type":"MODEL_ID_NOT_FOUND","message":"Record not found"}}
I am doing a PUT request, so I don’t understand why a record needs to be found :confused:
PUT assumes your record already exist, that was the problem. T...