X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=20e052052b3a8c23d75dad3211ab436d211e3981;hp=a43336d8b578f59c49878c2da303056569ac08f7;hb=refs%2Fchanges%2F07%2F7607%2F1;hpb=c4650365704d7827e53280ca16f9bdb70bf9fcbb diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index a43336d..20e0520 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -221,7 +221,7 @@ class Server(object): "": {"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")}