Portal Categories
Create a portal category
User must have the ENVIRONMENT_DOCUMENTATION[create] permission.
post/portal-categories
Request body
Example request
{
"title": "Weather",
"description": "APIs related to weather forecasts",
"visible": true
}Response
Portal category created
Example response
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"title": "Weather",
"description": "APIs related to weather forecasts",
"visible": true
}