Updates the specified CoxEdge account
PUThttps://api.spectrocloud.com/v1/cloudaccounts/coxedge/:uid
Updates the specified CoxEdge account
Request
Path Parameters
uid stringrequired
CoxEdge cloud account uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
kindstring
Cloud account kind
metadata
object
spec
object
status
object
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PUT 'https://api.spectrocloud.com/v1/cloudaccounts/coxedge/:uid' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
-d '{
"kind": "string",
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-29T15:51:28.071Z",
"deletionTimestamp": "2024-07-29T15:51:28.071Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-29T15:51:28.071Z",
"name": "string",
"uid": "string"
},
"spec": {
"apiBaseUrl": "string",
"apiKey": "string",
"environment": "string",
"organizationId": "string",
"service": "string"
},
"status": {
"state": "string"
}
}'