Set Metadata

Create or update questions for a deal. If questions already exist for this deal, they will be updated. If no questions exist, they will be created. Limitations: - The metadata payload cannot exceed 2048 characters.

Authentication

AuthorizationBearer

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

Path parameters

group_idintegerRequired
deal_idintegerRequired
metadata_tagenumRequired
Allowed values:

Request

This endpoint expects a map from strings to any or a list of any.
map from strings to anyRequired
OR
list of anyRequired

Response

Successful Response
deal_idinteger
meeting_time_utcstring or nullformat: "date-time"
order_placed_time_utcstring or nullformat: "date-time"
questionslist of any or map from strings to any or null
riskslist of any or map from strings to any or null

Errors

413
Content Too Large Error
422
Unprocessable Entity Error