This action will update the status of habit
- API endpoint slug
- habitify.update_status
- Filter code method
- Habitify.updateStatus.skip(string?: reason)
- Runtime method
- runAction("habitify.update_status", {})
Action fields
- Label
- Habit
- Slug
- habit_id
- Required
- true
- Can have default value
- false
- Label
- Status
- Slug
- status
- Required
- true
- Can have default value
- true
- Filter code method
- Habitify.updateStatus.setStatus(string: status)
- Label
- Date
- Slug
- date
- Required
- false
- Can have default value
- true
- Filter code method
- Habitify.updateStatus.setDate(string: date)