Skip to content

Commit 327f0cb

Browse files
committed
Use API /rest/v2
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent ae4e16c commit 327f0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/module_utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
MIN_PYTHON_VERSION = (3, 8)
2828

2929
# REST API version - can be changed to "/rest/v2" when migrating to v2 API
30-
REST_API_VERSION = "/rest/v1"
30+
REST_API_VERSION = "/rest/v2"
3131

3232

3333
# Used in case of check mode

0 commit comments

Comments
 (0)