From f4c77a558f7eb89d056ab73ce96b722ccc78ccc9 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 14 Sep 2022 03:43:59 +0530 Subject: [PATCH] feat: update getSessions to listSessions in users and accounts API --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7c2951236e..9f460b86fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,9 @@ - `getMemberships` to `listMemberships` in Users API - `getLogs` to `listLogs` in Users API - `getLogs` to `listLogs` in Accounts API + - `getSessions` to `listSessions` in Accounts API + - `getSessions` to `listSessions` in Users API + ## Features - Added the UI to see the Parent ID of all resources within the UI. [#3653](https://github.com/appwrite/appwrite/pull/3653)