Nest Changelog

1.39.9 PRE

8/15/2023

1.39.10 PRE

8/15/2023

Added endpoints

POST /strength-routine/movement/video-upload

Returns an AWS pre-signed URL, allowing access to upload an mp4 directly to our S3 bucket.

Guard: producer

Request Body
{
  guid?: string,
}
Response Body
{
  data: string,
}
WORK IN PROGRESS