Hevy SDK Documentation - v0.0.0
    Preparing search index...

    Interface CreateRoutineRequest

    Data for creating a routine.

    interface CreateRoutineRequest {
        exercises: CreateRoutineExercise[];
        folder_id?: number | null;
        notes: string;
        title: string;
    }
    Index

    Properties

    The exercises in the routine.

    folder_id?: number | null

    The folder id the routine should be added to. Nullable and optional. Example: null.

    notes: string

    Additional notes for the routine. Example: 'Focus on form over weight. Remember to stretch.'

    title: string

    The title of the routine. Example: 'April Leg Day 🔥'.