...
| Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request |
| Content-Type: application/json (required) | Property for processing a request in JSON |
| Accept: application/json (required) | Property for processing a request in JSON |
| Parameter | Description |
| sessionId (required) | The ID of the session you want to update |
| name (optional) | The session’s name, must be between 1 and 255 characters |
| description (optional) | The session’s description |
| instruction (optional) | Instructions for the questionnaire |
| selfReviewInstruction (optional) | Self-review instructions |
| profileId (optional) | The competency profile ID used for conducting the survey |
| managerId (optional) | The session manager ID |
...