iSpring LMS API Documentation REST API Managing 360° Review Current: Session Update Session Update AVAILABLE WITH ENTERPRISE SUBSCRIPTIONPOST /performance-management/appraisal/session/{sessionId}/update Permissions to Run the RequestAccount Owner and Account AdministratorsRequest HeadersHeaderDescriptionAuthorization (required)Access token. You can obtain a token by making a requestContent-Type: application/json(required)Property for processing a request in JSONAccept: application/json(required)Property for processing a request in JSONParameterDescriptionsessionId (required) The ID of the session you want to updatename(optional) The session’s name, must be between 1 and 255 charactersdescription (optional) The session’s descriptioninstruction (optional) Instructions for the questionnaireselfReviewInstruction (optional) Self-review instructionsprofileId (optional) The competency profile ID used for conducting the surveymanagerId (optional) The session manager ID Existing customers may continue using ispringlearn.com, and new customers should use ispring.com. At least one optional parameter must be provided when updating a session. Response CodesCodeTextDescription200OКThe session has been updated400Bad requestA request error401UnauthorizedAn authorization errorSample Request POST /performance-management/appraisal/session/4bba0d8f-1552-11f0-91a5-02420aff005f/update Host: api-learn.ispringlearn.com Content-Type: application/json Accept: application/json X-Auth-Account-Url: https://myaccount.ispringlearn.com Authorization: Bearer nkMPmfnb3aGF6XgTpWqoNbIe7JBvUl_bCyUN5rMfGyY { "name": "New name", "description": "New description", "instruction": "New instruction", "selfReviewInstruction": "SelfReviewInstruction - 2", "profileId": "68f191b2-1478-11f0-86f6-02420aff0067", "managerId": "63f72353-137f-11f0-ad73-02420aff0051" } XML Sample Response HTTP/1.1 200 OK XML ×