Updates the given properties of a Network Access Profile in your account.
Updates the given properties of a Network Access Profile in your account.
POST
/v1/NetworkAccessProfiles/{Sid}
curl \
--request POST 'https://supersim.twilio.com/v1/NetworkAccessProfiles/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'UniqueName=My+Network+Access+Profile'
Request example
{"UniqueName"=>"My Network Access Profile"}
Response examples (200)
{
"sid": "HAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://supersim.twilio.com/v1/NetworkAccessProfiles/HAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"links": {
"networks": "https://supersim.twilio.com/v1/NetworkAccessProfiles/HAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Networks"
},
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"unique_name": "My Network Access Profile",
"date_created": "2020-05-01T20:00:00Z",
"date_updated": "2020-05-01T20:00:00Z"
}