jasonfagerberg-toast commented on PR #694: URL: https://github.com/apache/directory-scimple/pull/694#issuecomment-2523224600
> @jasonfagerberg-toast I added a fix to this PR. It's late, and there are a lot of edge cases in this PatchHandler, this is one more. Wow this is awesome! Wasn't expecting such a quick turn around! From my initial pass this looks good, I found another example online of a PATCH body doing the same thing: https://is.docs.wso2.com/en/latest/references/extend/user-mgt/provisioning/extend-scim2-user-schemas/ ```json { "schemas":[ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations":[ { "op":"replace", "value":{ "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User":{ "customAttribute":"new value" } } } ] } ``` So I added a test for that as well, and looks like it is passing 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org