Skip to content

Commit 4c5ae96

Browse files
Merge branch 'fix/appliance_resync' into development
2 parents 4b5e068 + b78ca83 commit 4c5ae96

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyedgeconnect/orch/_appliance_resync.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def appliance_resync(
2222
- Endpoint
2323
* - applianceResync
2424
- POST
25-
- /applianceResyncSynchronize
25+
- /applianceResync
2626
2727
:param ne_pk_list: List of one or more appliance Network Primary
2828
Keys (nePk), e.g. ``["3.NE","5.NE"]``
@@ -34,6 +34,4 @@ def appliance_resync(
3434
"""
3535
data = {"ids": ne_pk_list}
3636

37-
return self._post(
38-
"/applianceResyncSynchronize", data=data, return_type="text"
39-
)
37+
return self._post("/applianceResync", data=data, return_type="text")

0 commit comments

Comments
 (0)