Product Management
Update a public cloud
Update the given public cloud
patch/1/public_clouds/{public_cloud_id}
Path parameters
public_cloud_idinteger required
Unique identifier of the Public Cloud product
Request body
Example request
{
"customer_name": "Bob",
"description": "My super Public Cloud"
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.