Returns ()
Save changes to the designated Mobile Platform App End Point.
Name | Description |
---|---|
item |
Example in C#
// Returns: nothing
await client.UpdateMobilePlatformEndpointAsync(item item);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/mobileplatformappendpoint/MOBILEPLATFORMAPPENDPOINT.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{
"Href" : "String",
"CommonName" : "String",
"InFolderHref" : "String",
"InFolderKey" : "String",
"Key" : "String",
"Links" : "List[Link](#link)",
"Metadata" : "[MetadataItem](#metadataitem)[]",
"Monikers" : "[MonikerItem](#monikeritem)[]",
"Notes" : "[NoteInfo](#noteinfo)[]",
"ObjectLinks" : "[ObjectLinkItem](#objectlinkitem)[]",
"Tags" : "String[]",
"AmazonResourceName" : "String",
"DeviceName" : "String",
"DeviceToken" : "String"
}'