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

bill_referencestring
customer_namestring

Customer name

descriptionstring

Public Cloud description

Example request

{
  "customer_name": "Bob",
  "description": "My super Public Cloud"
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.