Enable a rule
Spaces method and path for this operation:
post /s/{space_id}/api/alerting/rule/{id}/_enable
Refer to Spaces for more information.
POST /api/alerting/rule/{id}/_enable
curl \ --request POST 'https://localhost:5601/api/alerting/rule/{id}/_enable' \ --header "Authorization: $API_KEY" \ --header "kbn-xsrf: true"