put
https://{hostname}/edgeworkers/v1/ids/
Update the name or groupId of an existing EdgeWorker.
Update the name or groupId of an existing EdgeWorker.
xxxxxxxxxxcurl --request PUT \--url https://hostname/edgeworkers/v1/ids/edgeWorkerId \--header 'accept: application/json' \--header 'content-type: application/json'
xxxxxxxxxx12{"accountId": "A-CCT3456","createdBy": "jsmith","createdTime": "2020-10-15T14:49:40Z","description": "New Description","edgeWorkerId": 42,"groupId": 12345,"lastModifiedBy": "jsmith","lastModifiedTime": "2020-10-15T15:21:15Z","name": "New EdgeWorker Name","resourceTierId": 200}