Gitlab API PUT (projects /: id) 405 Method not allowed
1 answer
In the project /: id section make sure you replace ': id' with the actual id you want (e.g. projects / 123).
As a result, it should create a URI for the PUT that looks something like this:
https://gitlab.mydomain.com/api/v3/projects/123?id=123&path=MyProject
+1
source to share