patch https://api.whippy.co/v1/users/
Updates one or more attributes of the specified user.
This endpoint supports partial updates. For example, to enable or disable a user, pass the state
field
in the request body with the value enabled
or disabled
.
Only the provided fields will be updated; all other fields will remain unchanged.
The operation is idempotent: sending the same request multiple times will produce the same result.
Currently, only the state
attribute is supported.
Callback