AladiaDocs
Api referenceSubjects areasSubjects

Create a subject

Create a subject

POST
/v2/subjects-areas/{areaId}/subjects

Create a subject

AuthorizationBearer <token>

In: header

Path Parameters

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" \  -H "Content-Type: application/json" \  -d '{    "title": "string",    "color": "string",    "icon": "string"  }'
{}