AladiaDocs
Api referenceCoursesChaptersLectures

Update attendances

Update attendances

PATCH
/v2/courses/{courseId}/chapters/{chapterId}/lectures/{lectureId}/attendances

Update attendances

AuthorizationBearer <token>

In: header

Path Parameters

courseId*string
chapterId*string
lectureId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/courses/string/chapters/string/lectures/string/attendances" \  -H "Content-Type: application/json" \  -d '{    "attendances": [      {        "profileId": "string",        "status": "present"      }    ]  }'
{}