Scim provisioning patch group

Hello,

I am working on scim provision endpoint.

From documentation [SCIM 2.0 Protocol Reference | Okta Developer](https://okta doc patch group) looks that the patch API request may return 204.

When my endpoint returns 204 on patch operations like group rename, the group came into an error state with an error message: Unable to update group

looks that although 204 was returned okta is waiting for a body in the response.

Looking for some advice. Thanks!