I'm trying to change a data source of a data provider using the following RESTful API functionality.
Changing the Data Objects of a Data Provider (old link)
I get the proposed mappings and then post a request to change the data source. I get back a message that the document was successfully updated, but the actual data source of the data provider is not changed.
I wonder if I'm missing anything or need to do something else to get the data source updated.