X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=cc569840b3cf2358b0fcdb844b410d5422d6a197;hp=a43336d8b578f59c49878c2da303056569ac08f7;hb=c768937d5bb7b31e827aca36c9ab8c3cf1fdb34b;hpb=078f55ee162b10003f328b353019a1debd87b785 diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index a43336d..cc56984 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -217,11 +217,10 @@ 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"), - "": {"METHODS": ("GET", "POST", "DELETE")} + "": {"METHODS": ("GET", "POST", "DELETE", "PUT")} }, "vims": {"METHODS": ("GET", "POST"), "": {"METHODS": ("GET", "DELETE", "PATCH", "PUT")}