interface UpdateCategoryParams {
    id: number;
    name?: string;
    projectIdOrKey: string | number;
}

Properties

id: number

Category ID カテゴリーのID

name?: string

Category name カテゴリーの名前

projectIdOrKey: string | number

Project ID or Project Key プロジェクトのID または プロジェクトキー