X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fosmclient.git;a=blobdiff_plain;f=osmclient%2Fsol005%2Fnst.py;fp=osmclient%2Fsol005%2Fnst.py;h=ca6223532382b5f5fb83e9c313d2dfc7c6ec0111;hp=b7c67be1014795591082bb299088792319a95e25;hb=12ddbf356d8b97e3f4afc67ec6543814153850fa;hpb=b2829e950b5d11af468e7eb104c118dad9de1c4e diff --git a/osmclient/sol005/nst.py b/osmclient/sol005/nst.py index b7c67be..ca62235 100644 --- a/osmclient/sol005/nst.py +++ b/osmclient/sol005/nst.py @@ -174,6 +174,6 @@ class Nst(object): def update(self, name, filename): nst = self.get(name) - endpoint = '{}/{}/netslice_templates_content'.format(self._apiBase, nst['_id']) + endpoint = '{}/{}/nst_content'.format(self._apiBase, nst['_id']) self.create(filename=filename, update_endpoint=endpoint)