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

    Interface UpdateRoutineExercise

    Exercise data for updating a routine.

    interface UpdateRoutineExercise {
        exercise_template_id: string;
        notes?: string | null;
        rest_seconds?: number | null;
        sets: UpdateRoutineSet[];
        superset_id?: number | null;
    }
    Index

    Properties

    exercise_template_id: string

    The ID of the exercise template. Example: 'D04AC939'.

    notes?: string | null

    Additional notes for the exercise. Nullable and optional.

    rest_seconds?: number | null

    The rest time in seconds. Nullable and optional. Example: 90.

    The sets for the exercise.

    superset_id?: number | null

    The ID of the superset. Nullable and optional.