UpdateMetadataDTO interface

PATCH Body schema to represent list of Metadata to be updated

Properties

add

List of metadata associated with answer to be added

deleteProperty

List of Metadata associated with answer to be deleted

Property Details

add

List of metadata associated with answer to be added

add?: MetadataDTO[]

Property Value

deleteProperty

List of Metadata associated with answer to be deleted

deleteProperty?: MetadataDTO[]

Property Value