Back to API Reference Home

POST v1/tbs/{tbGuid}/entries/{entryId}/termmetas/{metaname}

Sets the image of a termbase entry's term level meta property.

Request information

Uri parameters

NameTypeDescriptionAdditional information
tbGuidGuidThe Guid of the termbase
entryIdInt32The id of the termbase entry
metanameStringThe name of the meta property

Request body type

NameTypeDescription
BufferByte[]Obligatory; The byte array of the file.
FileNameStringObligatory; The name of the file.
MediaTypeStringObligatory; The media type of the file.

Request body formats

application/json

Sample:
{
  "FileName": "image.png",
  "MediaType": "image/png",
  "Buffer": "QEBA"
}