I've been trying to follow the API docs for a full replace, by POSTing the payload to the dataset's endpoint (/resource/~ID~.json). I'm being returned the following object, which shows nothing actually happened.
{
"By RowIdentifier" : 0,
"Rows Updated" : 0,
"Rows Deleted" : 0,
"Rows Created" : 0,
"Errors" : 0,
"By SID" : 0
}
The endpoint i'm hitting is a working copy, and all other kinds of authenticated requests I've made to the endpoints work, but just can't get the dataset replace to work.
Any ideas?