Updates the specified account by cloud type
PUThttps://api.spectrocloud.com/v1/cloudaccounts/cloudTypes/:cloudType/:uid
Updates the specified account by cloud type
Request
Path Parameters
uid stringrequired
Custom cloud account uid
cloudType stringrequired
Custom cloud type
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
metadata
object
spec
object
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PUT 'https://api.spectrocloud.com/v1/cloudaccounts/cloudTypes/:cloudType/:uid' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"metadata": {
"annotations": {},
"labels": {},
"name": "string"
},
"spec": {
"credentials": {}
}
}'