Patch a specified Auth Profile

PATCH {{baseUrl}}/auth-profiles/:id

This API updates an existing Auth Profile. The following fields are patchable: offNetwork, untrustedGeography, applicationId, applicationName, type

Request Body

{"0"=>{"op"=>"replace", "path"=>"/description", "value"=>"New description"}, "1"=>{"op"=>"replace", "path"=>"/description", "value"=>"New description"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"name":"EndToEnd-Profile","offNetwork":true,"untrustedGeography":true,"applicationId":"2c91808458ae7a4f0158b1bbf8af0628","applicationName":"EndToEnd-Source","type":"PTA","strongAuthLogin":true}