reporting_groups
Create new Reporting Group
post/app/v1/reporting_groups
Request body
Example request
{
"name": "SubpartW",
"description": "my reporting group",
"priority": 2,
"id": "subpartw"
}Response
A successful operation
Example response
{
"name": "SubpartW",
"description": "my reporting group",
"priority": 2,
"id": "subpartw"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.