Add retry web hook request API
What does this MR do and why?
Connected to Allow resending failed webook requests with the... (#372826 - closed)
How to set up and validate locally
- Setup webhook
- Do some action that trigger a web hook event
- Make a http request
curl --request POST \
--url http://gdk.test:3000/api/v4/projects/<project_id>/hooks/<hook_id>/events/<web_hook_event_id>/resend \
--header 'PRIVATE-TOKEN: TOKEN' \
Edited by Phawin Khongkhasawan