feat: update getSessions to listSessions in users and accounts API

This commit is contained in:
Christy Jacob
2022-09-14 03:43:59 +05:30
parent 626e4b1b8a
commit f4c77a558f
+3
View File
@@ -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)