fix bug 749 750: Returns a proper Location Header for project-create
[osm/NBI.git] / osm_nbi / resources_to_operations.yml
index 4b35d27..fa5f1a3 100644 (file)
@@ -182,6 +182,8 @@ resources_to_operations:
 
   "GET /admin/v1/projects/<id>": "projects:id:get"
 
+  "PUT /admin/v1/projects/<id>": "projects:id:put"
+
   "DELETE /admin/v1/projects/<id>": "projects:id:delete"
 
 ################################################################################