Update the custom cloud type cloud provider
PUThttps://api.spectrocloud.com/v1/clouds/cloudTypes/:cloudType/content/cloudProvider
Update the custom cloud type cloud provider
Request
Path Parameters
cloudType stringrequired
Unique cloud type
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- multipart/form-data
Body
fileNamebinary
Responses
- 204
Ok response without content
Response Headers
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PUT 'https://api.spectrocloud.com/v1/clouds/cloudTypes/:cloudType/content/cloudProvider' \
-H 'Content-Type: multipart/form-data' \
-H 'ApiKey: <API_KEY_VALUE>'