X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=ac30a37937f9a36cd35c0645d6d90b766ea75f7e;hp=e2419cfe2e53596f6a8ea5a5bfd0d71fd2f59324;hb=refs%2Fchanges%2F67%2F8167%2F1;hpb=79e40f41887cbc1e56f4b7c3518314952985fa51 diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index e2419cf..ac30a37 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -257,7 +257,7 @@ valid_url_methods = { }, "k8sclusters": {"METHODS": ("GET", "POST"), "ROLE_PERMISSION": "k8sclusters:", - "": {"METHODS": ("GET", "DELETE", "PATCH", "PUT"), + "": {"METHODS": ("GET", "DELETE", "PATCH"), "ROLE_PERMISSION": "k8sclusters:id:" } },