- Walkthrough DASH SAAS
- CMS
- Employee
- Company
- Province
- Ref Education Level
- Industry
- Company
- Subscription
- Assesment Design
- Menu
- Admin Client
- Master Data
- Meeting
- Participant
- Open
- Assessor
- Report
- Batch
- External Link
- Dummy
- Interview TaskGET
- LoginPOST
- Get Company SettingGET
- WEB
- Auth
- Secured
- Compatibility
- Activity
- Participant
- NDA
- Answer
- Notes
- Password
- Action Log
- Proctoring
- Get Participant InfoGET
- Meeting
- Open
- Open API Engauge
Update Participant Notes
Developing
PUT
/rest/web/secured/participant/notes/update/{participantNoteId}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
participantNoteId
stringÂ
required
Example:
45284e7b-22c1-4bcf-af24-b89df7099e5d
Body Params application/json
participantNotesTitle
stringÂ
required
participantNotesBody
stringÂ
required
Example
{
"participantNotesTitle": "Title 1",
"participantNotesBody": "Body for title 1 "
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://service-dash.dlabssaas.io/rest/web/secured/participant/notes/update/45284e7b-22c1-4bcf-af24-b89df7099e5d' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantNotesTitle" : "Title 1",
"participantNotesBody": "Body for title 1 "
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}