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.

Path parameters

group_idintegerRequired
deal_idintegerRequired
metadata_tagenumRequired
Allowed values:

Headers

AuthorizationstringRequired

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

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_utcdatetimeOptional
order_placed_time_utcdatetimeOptional
questionslist of any or map from strings to anyOptional
riskslist of any or map from strings to anyOptional

Errors