interface IPutTagRequest {
    tags?: string[];
}

Implemented by

Properties

Properties

tags?: string[]

The tag names to assign to the entry.