Request body for updating a stamp's metadata. The stamp image cannot be changed after creation.

interface IUpdateStampRequest {
    customData?: string;
    name?: string;
}

Implemented by

Properties

Properties

customData?: string

New custom data for the stamp. Omit to leave unchanged.

name?: string

The new display name of the stamp. Omit to leave unchanged.