Gitlab API - missing parameters for the Gitlab CI service
Created by: mako101
When creating a Gitlab CI service via API there are no parameters to set the trigger options.
By default both are on which is not always desirable.
I tried using the params from webhooks:
"push_events":false "tag_push_events":false
But they have had no effect