SCIM API Patch Op

We setup a SCIM 2.0 source and enabled use HTTP Patch. When doing a patch we thought it should support Replace Op but it our SCIM server is receiving an Add Op. This is when trying to enable/disable a user.

Is this expected?

https://documentation.sailpoint.com/connectors/scim_2_0/help/integrating_scim2/additional_settings.html?_gl=1*lzgwiu*_ga*MTI1NjE5ODM3OC4xNjMwNDM2MDgz*_ga_SS72Z4HXJM*MTY3NDc1OTUxMC4zMjAuMS4xNjc0NzU5NjIxLjMwLjAuMA..&_ga=2.217096918.1185310523.1674498559-1256198378.1630436083

[{"op":"add","value":{"active":false}}]