We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4e16c commit 327f0cbCopy full SHA for 327f0cb
1 file changed
plugins/module_utils/utils.py
@@ -27,7 +27,7 @@
27
MIN_PYTHON_VERSION = (3, 8)
28
29
# REST API version - can be changed to "/rest/v2" when migrating to v2 API
30
-REST_API_VERSION = "/rest/v1"
+REST_API_VERSION = "/rest/v2"
31
32
33
# Used in case of check mode
0 commit comments