V3 Manage Commentspatch https://api.elliemae.com/encompass/v3/loans/{loanId}/conditions/{conditionId}/commentsAdd, update, or delete comments from an enhanced condition.Path ParamsloanIdstringrequiredUnique identifier of the loan.conditionIdstringrequiredUnique identifier of the condition in the loan.Query ParamslockIdstringThe unique identifier of the loan lock that has been obtained by the user.actionstringPossible values are: Add, Update, and Delete.Body ParamsidstringUnique ID associated with the comment. Example: "id": "ade11842-a02f-44d7-8554-5dcb7580e676"commentsstringComments associated with the condition.forRoleobjectThe role for which the comment was added. See the EntityReferenceContract.Entityreferencecontract objectaddedDatestringRetrieveOnly. Date and time at which the comment was added. For example, 2022-01-24T22:11:53.648ZaddedByobjectInformation about the user who added the comment.Entityreferencecontract objectreviewedDatestringRetrieveOnly. Date and time at which the comment was reviewed. For example, 2022-01-24T22:11:53.648ZreviewedByobjectArray of objects containing validation items as described in the EntityReferenceContract.Entityreferencecontract objectisExternalbooleanIndicates whether the comment can be shown externally.truefalseHeadersAuthorizationstringrequiredBearer tokenResponses 200OK 204No Content 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated about 22 hours ago