Update loan_type enum values in /loans GET and POST endpoints
about 19 hours ago by ReadMe API
Changes in this update
This update modifies the allowed values of the loan_type enum in both the GET and POST /loans endpoints as well as in related schema definitions to better reflect current loan categorization.
Updated endpoints
-
GET /loans
- The
loan_typequery parameter enum values were changed:- Added new enum value:
FUNDING_OBLIGATION_CONSOLIDATION
- Added new enum value:
- The
-
POST /loans
- The
loan_typeproperty enum values were similarly updated to match the GET endpoint changes.
- The
