v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBconfig
Mark a catalog as disabled or re-enable catalog
Allows to mark a catalog status as disabled or to re-enable it.
patch/catalogs/{catalogHrn}/status
Path parameters
catalogHrnstring required
The HERE Resource Name (HRN) of the catalog
Request body
Example request
{
"disabled": true
}Response
OK
Example response
{
"disabled": true,
"updated": "2022-12-12T21:06:24.831916Z",
"id": "Mejk09M4Aq71KI5l1t2T2"
}