I am trying to close a merge request using gitlab's update merge request api (update mr) but its not working
I am trying this
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/4/merge_requests/85?state=closed"
but this is not working, am I missing something?