Skip to content

Create scorecard category

POST
/admin/scorecards/categories
curl --request POST \
--url https://shoehorn.example.com/api/v1/admin/scorecards/categories \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "description": "example", "weight": 1 }'
Media type application/json
object
name
required
string
description
string
weight
required
number
<= 1
Example generated
{
"name": "example",
"description": "example",
"weight": 1
}

Category created