update_catalog_category
Modify an existing service catalog category by updating attributes such as title, description, parent category, icon, active status, or order using the specified category ID on ServiceNow.
Instructions
Update an existing service catalog category.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Whether the category is active | |
category_id | Yes | Category ID or sys_id | |
description | No | Description of the category | |
icon | No | Icon for the category | |
order | No | Order of the category | |
parent | No | Parent category sys_id | |
title | No | Title of the category |