Closed PasinduYeshan closed 9 months ago
This PR enforces maximum operation count for scim2/Bulk API. Default maximum operation count is 1000. This maximum operation count can be changed by adding following config to deployment.toml.
deployment.toml
[scim2] max_bulk_operations=500
Sample Response:
PR builder started Link: https://github.com/wso2/product-is/actions/runs/8113834892
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/8113834892 Status: success
Purpose
This PR enforces maximum operation count for scim2/Bulk API. Default maximum operation count is 1000. This maximum operation count can be changed by adding following config to
deployment.toml
.Sample Response:
Related Issues