getting 405 Method not allowed when trying to update 'body' in merge request note
Created by: valermor
When I try to change 'body' PUT /projects/:id/merge_requests/:merge_request_id/notes/:note_id
I am getting 405 Method not allowed:
Content-Type: text/plain Transfer-Encoding: chunked Connection: keep-alive Status: 405 Method Not Allowed Allow: OPTIONS, GET, HEAD Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Access-Control-Expose-Headers: Access-Control-Max-Age: 1728000 Access-Control-Allow-Credentials: true Vary: Origin Cache-Control: no-cache ...
Is the method supported?