From 4a9ac08e752e8934d2c038cfc1b36f8fca806828 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Wed, 9 Aug 2023 10:02:01 -0700 Subject: [PATCH] Update description for some of the account endpoints for clarity --- docs/references/account/get-prefs.md | 2 +- docs/references/account/get.md | 2 +- docs/references/account/list-identities.md | 2 +- docs/references/account/list-logs.md | 2 +- docs/references/account/list-sessions.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/references/account/get-prefs.md b/docs/references/account/get-prefs.md index 8edfbb6883..867684dad7 100644 --- a/docs/references/account/get-prefs.md +++ b/docs/references/account/get-prefs.md @@ -1 +1 @@ -Get currently logged in user preferences as a key-value object. \ No newline at end of file +Get the preferences as a key-value object for the currently logged in user. \ No newline at end of file diff --git a/docs/references/account/get.md b/docs/references/account/get.md index f62b1f52bf..4dcae53117 100644 --- a/docs/references/account/get.md +++ b/docs/references/account/get.md @@ -1 +1 @@ -Get currently logged in user data as JSON object. \ No newline at end of file +Get the currently logged in user. \ No newline at end of file diff --git a/docs/references/account/list-identities.md b/docs/references/account/list-identities.md index fdb8c22b9d..4378bfb67a 100644 --- a/docs/references/account/list-identities.md +++ b/docs/references/account/list-identities.md @@ -1 +1 @@ -Get currently logged in user list of identities. \ No newline at end of file +Get the list of identities for the currently logged in user. \ No newline at end of file diff --git a/docs/references/account/list-logs.md b/docs/references/account/list-logs.md index 5cd2a4b87e..1f3a8d67a4 100644 --- a/docs/references/account/list-logs.md +++ b/docs/references/account/list-logs.md @@ -1 +1 @@ -Get currently logged in user list of latest security activity logs. Each log returns user IP address, location and date and time of log. \ No newline at end of file +Get the list of latest security activity logs for the currently logged in user. Each log returns user IP address, location and date and time of log. \ No newline at end of file diff --git a/docs/references/account/list-sessions.md b/docs/references/account/list-sessions.md index e944fd3675..f4eadf285c 100644 --- a/docs/references/account/list-sessions.md +++ b/docs/references/account/list-sessions.md @@ -1 +1 @@ -Get currently logged in user list of active sessions across different devices. \ No newline at end of file +Get the list of active sessions across different devices for the currently logged in user. \ No newline at end of file