Create editable alert rules via REST-API

I try to create alert rules which can be edited via UI. The only working endpoint I found was this:
/api/v1/provisioning/alert-rules
As you can see, this will create a provisioning alert rule, which can´t be edited via UI. Is there any other endpoint I can use to realise, what I´m trying to do?