Nest Changelog

1.43.20

10/11/2023

1.43.21

10/11/2023

Added endpoints

POST /content/emergencyDelete

Response Body
{
  data: string,
}

DELETE /content/bulkDelete

ADMIN only. Delete content by EITHER instructorId, OR a date range, with or without licensing filter.

Guard: admin

Response Body
{
  data: {
    count?: number,
  },
}
Deleted endpoints
WORK IN PROGRESS