Edit Service Catalog
Request:
POST /api/service_catalog/7
{
"action" : "edit",
"resource" : {
"description" : "Updated Description of the Seventh Service Catalog"
}
}
Response:
{
"href": "http://localhost:3000/api/service_catalogs/7",
"id": "7",
"name": "Sample Service Catalog",
"description": "Updated Description of the Seventh Service Catalog",
"service_templates": {
"count": 1,
"resources": [
{
"href": "http://localhost:3000/api/service_catalogs/7/service_templates/3"
}
]
}
}