From dca907aca0d1efb44f197ab03b706eac45e6e002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20S=C3=A1nchez=20Villaf=C3=A1n?= Date: Mon, 5 Jul 2021 04:24:15 -0500 Subject: [PATCH] Update API Key cURL to reflect correct URL (#18376) --- source/_integrations/avion.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/avion.markdown b/source/_integrations/avion.markdown index 9f005d3b920..7dc66f506a1 100644 --- a/source/_integrations/avion.markdown +++ b/source/_integrations/avion.markdown @@ -19,7 +19,7 @@ If you want to add your devices manually (like in the example below) then you ne ```bash $ curl -X POST -H "Content-Type: application/json" \ -d '{"email": "fakename@example.com", "password": "password"}' \ - https://admin.avi-on.com/api/sessions | jq + https://api.avi-on.com/sessions | jq ``` with the email and password fields replaced with those used when registering the device via the mobile app. The pass phrase field of the output should be used as the API key in the configuration.