Closed Malith-19 closed 4 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
PR builder started Link: https://github.com/wso2/product-is/actions/runs/9723735849
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/9723735849 Status: success
Purpose
Fix https://github.com/wso2/product-is/issues/19409
This issue occures, when a invalid
operation schema field given since it only accepts
Operations` field. Once json schema not contains this filed correctly it will create a null pointer and raise an error in a for loop used to iterate that operation list.Goals
Handle the internal error in PATCH
scim2/v2/roles/{id}
API.Approach
operations
field and throws an bad request error error with invalid json schema.operations
throws an bad request error with default error description.Security checks
Samples
Related PRs
https://github.com/wso2/docs-is/pull/4395