Update Deal
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
Request
The target post-money dollar amount of the round
Response
The target post-money dollar amount of the round
Bearer authentication of the form Bearer <token>, where token is your auth token.
The target post-money dollar amount of the round
The target post-money dollar amount of the round
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.
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.