Update An Identity PSK
PUT {{baseUrl}}/networks/:networkId/wireless/ssids/:number/identityPsks/:identityPskId
Update an Identity PSK #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the Identity PSK passphrase| string| The passphrase for client authentication groupPolicyId| string| The group policy to be applied to clients
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | update |
Request Body
{"name"=>"<string>", "passphrase"=>"<string>", "groupPolicyId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"identityPskId":"1284392014819","name":"Sample Identity PSK","passphrase":"NIalareK","groupPolicyId":"101"}