Nest Changelog

1.1.26

4/11/2022

1.1.27

4/11/2022

3 changed endpoints

GET /users/{userId}/preferences

Get a key-value pair of the user's preferences

Guard: selfOrAdmin

GET /users/{userId}/preferences

Get a key-value pair of the user's preferences

Guard: familyOrAdmin

PATCH /users/{userId}/preferences

Save / updates the preferences for this user

Guard: selfOrAdmin

PATCH /users/{userId}/preferences

Save / updates the preferences for this user

Guard: familyOrAdmin

GET /users/{userId}/preferences/full

Get a list of the user preferences

Guard: selfOrAdmin

GET /users/{userId}/preferences/full

Get a list of the user preferences

Guard: familyOrAdmin

Added endpoints

GET /users/exists/{email}

Check user exists

WORK IN PROGRESS