jasonfagerberg-toast commented on issue #695:
URL: 
https://github.com/apache/directory-scimple/issues/695#issuecomment-2520934101

   ```
   {
     "schemas": ["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
     "Operations": [
       {
         "op": "replace",
         "path": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User",
         "value": {
           "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {
             "costCenter": "New Cost Center",
             "department": "New Department"
           }
         }
       }
     ]
   }
   ```
   
   also fails for the same reason


-- 
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

Reply via email to