Skip to content

Create Rubric

POST
/admin/analytics/rubrics
curl --request POST \
--url http://localhost:9000/admin/analytics/rubrics \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "label": "example", "description": "example", "expected_properties": {}, "active": true }'
Media type application/json
object
name
required
string
>= 1 characters
label
required
string
>= 1 characters
description
string
expected_properties
object
key
additional properties
any
active
boolean
Example generated
{
"name": "example",
"label": "example",
"description": "example",
"expected_properties": {},
"active": true
}

OK

Media type application/json
object
Example generated
{}