Self Service
Update Resource Catalog
Resource Catalog Modify
put/self_service/resource_catalogs/{tenant_id}/{catalog_id}
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
catalog_idstring required
Catalog ID
Request body
Example request
{
"resource_attributes": {
"DiskSize": "32",
"disk_type": "Premium SSD"
}
}Response
Updated
boolean required