X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=cc569840b3cf2358b0fcdb844b410d5422d6a197;hp=20e052052b3a8c23d75dad3211ab436d211e3981;hb=c768937d5bb7b31e827aca36c9ab8c3cf1fdb34b;hpb=b6a5819d7daefde450ab263a4a57a6d173255ee0 diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index 20e0520..cc56984 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -217,7 +217,6 @@ class Server(object): "": {"METHODS": ("GET", "POST", "DELETE", "PATCH", "PUT")} }, "projects": {"METHODS": ("GET", "POST"), - # Added PUT to allow Project Name modification "": {"METHODS": ("GET", "DELETE", "PUT")} }, "roles": {"METHODS": ("GET", "POST"),