put https://control.pulsatehq.com/api/v2/apps//beacons/
Update a beacon
Responses
Update a beacon
xxxxxxxxxx
14curl --request PUT \
--url https://control.pulsatehq.com/api/v2/apps/{app_id}/beacons/{id} \
--header 'authorization: Token token={my_admin_api_token}' \
--header 'content-type: application/json' \
--data '{
"beacon": {
"beacon_id": "new_beacon_id",
"nickname": "new_beacon_nickname",
"uuid": "new beacon_uuid",
"major": 1,
"minor": "2"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: