Nest Changelog

1.39.24 PRE

8/21/2023

1.39.25 PRE

8/22/2023

4 changed endpoints

GET /strength-workouts/items/{guid}

Get Detailed view of workout. Includes deleted workouts.

Guard: customerService

GET /strength-workouts/items/{guid}

Get Detailed view of workout. Includes deleted workouts.

Guard: admin

POST /users/{userId}/strength-routines/import

Copy a strength routine.

Guard: customerService, family

POST /users/{userId}/strength-routines/import

Copy a strength routine.

Guard: family, producer

GET /users/{userId}/strength-routines/items/{guid}

Get strength routine for a user, comes with workout data for this routine

Guard: customerService, family

GET /users/{userId}/strength-routines/items/{guid}

Get strength routine for a user, comes with workout data for this routine

Guard: family, producer

GET /users/{userId}/strength-routines/library

Search the library of routines available to the user.

Guard: customerService, family

GET /users/{userId}/strength-routines/library

Search the library of routines available to the user.

Guard: family, producer

WORK IN PROGRESS