I am trying to update the selective sync settings on some subfolders of a team folder. I entered the following:
{
"host": {
"connectionReferenceName": "shared_dropboxapi-5f21acac037128735f-5f23bdb579ede2909f",
"operationId": "Team_folder_update_sync_settings"
},
"parameters": {
"Content-Type": " application/json",
"body/team_folder_id": "1994063569",
"body/sync_setting": "default",
"body/content_sync_settings": [
{
"id": "id:UcDpaFIqZiUAAAAAAAAwKQ",
"sync_setting": "not_synced"
}
]
}
}
However, it returns an error stating: unsupported_configuration
Is there something I am doing wrong? As far as I can see, everything is in line with the documentation.