Post Personal Notes
POST Post Personal Notes
Method: POST
URL: https://kms.bpsdmkemhan.id/api/development/panel/webinars/personal-notes/1
Description
Parameter yang bisa dikirimkan untuk body
| Nama Parameter | Value | Required |
|---|---|---|
item_type | "session" | "file" | "quiz" | "text_lesson" | "assignment" | Ya |
course_id | integer | Ya |
note | string | Ya |
attachment_path | string | Tidak |
Authentication
bearer <token anda>
Request Body (Json)
{
"item_type": "file",
"course_id": 1,
"note": "ini merupakan contoh dari teks personal notes",
"attachment_path": null
}