cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
821
Views
0
Helpful
1
Replies

Postman Collection for the Meraki Dashboard API - Updated

Oron Yaniv
Level 1
Level 1

Hi All,

i try to change with postman z3 radius configuration, i get 200 O.K, but the configuration stay the same.

 

 

Put -

that work fine, if i change network attribute like UTC, it work perfect:

 

{{baseUrl}}/networks/{{networkId}}/ssids/{{ssidNum}}

 

Body - i think the problem is under body:

 

 

{
"radiusServers": [
{
"host": "1.1.1.1",
"port": "1812"
"secrete: "RadSec"
},
{
"host": "1.1.1.2",
"port": "1812"
"secrete: "RadSec"
}
],
}

 
 
1 Reply 1

Philip D'Ath
VIP Alumni
VIP Alumni

It should probably be "secret" rather than "secrete".