Interface PATCHUpdateCategoryBody

interface PATCHUpdateCategoryBody {
    name: string;
}

Properties

Properties

name: string

Name of the category (min length 1; max length 100)