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

ResourceOperation
/networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId}update

Request Body

{"name"=>"<string>", "passphrase"=>"<string>", "groupPolicyId"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;identityPskId&quot;:&quot;1284392014819&quot;,&quot;name&quot;:&quot;Sample Identity PSK&quot;,&quot;passphrase&quot;:&quot;NIalareK&quot;,&quot;groupPolicyId&quot;:&quot;101&quot;}