Api referenceSubjects areasSubjectsLevels
Create a level
Create a level
Create a level
AuthorizationBearer <token>
In: header
Path Parameters
subjectId*string
areaId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v2/subjects-areas/string/subjects/string/levels" \ -H "Content-Type: application/json" \ -d '{ "title": "string" }'{}