Update the specified edge host device host pairing key
PATCHhttps://api.spectrocloud.com/v1/edgehosts/:uid/hostPairingKey
Update the specified edge host device host pairing key
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
hostPairingKeypassword
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PATCH 'https://api.spectrocloud.com/v1/edgehosts/:uid/hostPairingKey' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"hostPairingKey": "string"
}'