Skip to content
CC Developer Portal
Search
K
Main Navigation
Home
Getting Started
Extensions
Connectors
SDK
API
Webhooks
Changelog
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/api/operations/community/createProductArea.md for this page in Markdown format
Create ProductArea
ProductAreas
POST
/productAreas/create
Parameters
Query Parameters
authorId
*
The ID of the author of the ProductArea
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"A productArea to be added"
,
"parentId"
:
"1"
}
Responses
201
422
500
ProductArea created
Samples