Update Deal
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Deal status tracking where a deal is in the diligence workflow.
NOTE: We use lowercase values everywhere (DB and API) to keep things simple. No case conversion needed - what the user sends is what we store.
The members are lower case because sqlalchemy uses the member names, not the values.
In the future, we’re going to want to make all enums in the database consistent. In this case since it’s also used in search and filtering, it’s important to get it right now.
The target post-money dollar amount of the round
Response
Deal status tracking where a deal is in the diligence workflow.
NOTE: We use lowercase values everywhere (DB and API) to keep things simple. No case conversion needed - what the user sends is what we store.
The members are lower case because sqlalchemy uses the member names, not the values.
In the future, we’re going to want to make all enums in the database consistent. In this case since it’s also used in search and filtering, it’s important to get it right now.
The target post-money dollar amount of the round
Minimal group response - excludes computed fields requiring relationships

