Skip to content

Interface: UpdateHabitRequest

index.UpdateHabitRequest

Request body for updating a habit. All fields optional - only provided fields are updated.

Properties

activeDays

Optional activeDays: number[]

Defined in

types.ts:92


dataTracking

Optional dataTracking: boolean

Defined in

types.ts:90


dataUnit

Optional dataUnit: string

Defined in

types.ts:91


deadlineLocal

Optional deadlineLocal: string

Defined in

types.ts:88


description

Optional description: string

Defined in

types.ts:87


isActive

Optional isActive: boolean

Defined in

types.ts:93


name

Optional name: string

Defined in

types.ts:86


timezoneOffset

Optional timezoneOffset: number

Defined in

types.ts:89

Built with VitePress