V1 Manage Post-Closing Commentspatch https://api.elliemae.com/encompass/v1/loans/{loanId}/conditions/postclosing/{conditionId}/commentsAdd or delete comments from a post-closing condition.Path ParamsloanIdstringrequiredThe unique identifier assigned to a loan.conditionIdstringrequiredThe unique identifier assigned to the condition for which to add or remove comments.Query ParamsviewstringOptional. View type parameter. Enumerations: entity, idWhen no view parameter is provided, the API will return 204 - No Content with no response body.actionstringAction to perform. Possible values are: add- Adds a comment. remove - Deletes a comment.Body ParamsRAW_BODYjsonThe Comment contract objects.HeadersAuthorizationstringrequiredBearer tokenResponse 200200Updated 9 months ago