POST /api/source/updateDeleteThreshold/

Replaced by:

Use the following PATCH payload to modify the delete threshold:

[
  {
    "op": "replace",
    "path": "/deleteThreshold",
    "value": 20
  }
]
2 Likes

What is the replacement API for the delete threshold?

I updated the first post to be more explicit. Let us know if you have questions about any other endpoints.

1 Like