Portal Categories
Update a portal category
User must have the ENVIRONMENT_DOCUMENTATION[update] permission.
put/portal-categories/{categoryId}
Path parameters
categoryIdstring uuid required
The unique ID of the portal category
Request body
Example request
{
"title": "Weather",
"description": "APIs related to weather forecasts",
"visible": true
}Response
Updated portal category
Example response
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"title": "Weather",
"description": "APIs related to weather forecasts",
"visible": true
}