PUT
/
beta
/
investment
/
overrides
/
upsert
/
Upsert overrides
curl --request PUT \
  --url https://app.standardmetrics.io/beta/investment/overrides/upsert/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ownerships": [],
  "post_money_valuations": [],
  "fair_values": []
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Overrides to add.

Response

200 - application/json

OK

A response with messages.