From e454e777767d179193e9aee9da42cb39e5e1b2ec Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:48:45 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 971533be..c0b732a4 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ This option allows the parameters `hostname`, `auth_login_domain`, `username`, ` username: password: auth_login_domain: - api_version: 6000 + api_version: 6200 state: present data: name: "{{ network_name }}" @@ -235,7 +235,7 @@ To use a different API, you must set the API version together with your credenti OR using the Environment variable: ```bash -export ONEVIEWSDK_API_VERSION='6000' +export ONEVIEWSDK_API_VERSION='6200' ``` If this property is not specified, it will fall back to default value.