V1 Manage Underwriting Commentspatch https://api.elliemae.com/encompass/v1/loans/{loanId}/conditions/underwriting/{conditionId}/commentsAdds, updates, or deletes comments from an underwriting condition.Path ParamsloanIdstringrequiredThe unique identifier assigned to the loan for which to create the condition.conditionIdstringrequiredThe unique identifier assigned to the condition for which to add or remove comments.Query ParamsactionstringAction to perform. Possible values are: add- Adds a comment. remove - Deletes a comment.viewstringOptional. View type parameter. Enumerations: entity, idWhen no view parameter is provided, the API will return 204 - No Content with no response body.Body ParamsRAW_BODYjsonArray of Comment contract objects.HeadersAuthorizationstringrequiredBearer tokenResponse 200200Updated 8 months ago