We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743670e commit 03e1360Copy full SHA for 03e1360
src/cbapi/response/models.py
@@ -369,7 +369,7 @@ def create_action(self):
369
def synchronize(self, full_sync=True):
370
try:
371
self._cb.post_object("/api/v1/feed/{0}/synchronize".format(self._model_unique_id),
372
- data={"full_sync": full_sync})
+ {"full_sync": full_sync})
373
except ServerError as e:
374
if e.error_code == 409:
375
raise ApiError("Cannot synchronize feed {0}: feed is disabled".format(self._model_unique_id))
0 commit comments