Set Metadata

PUT

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: questionsrisks

Request

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

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

Built with