File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3019,7 +3019,7 @@ pub trait NexusExternalApi {
3019
3019
path_params : Path < params:: UserPath > ,
3020
3020
) -> Result < HttpResponseOk < views:: User > , HttpError > ;
3021
3021
3022
- /// List user's device access tokens
3022
+ /// List user's access tokens
3023
3023
#[ endpoint {
3024
3024
method = GET ,
3025
3025
path = "/v1/users/{user_id}/access-tokens" ,
@@ -3043,7 +3043,7 @@ pub trait NexusExternalApi {
3043
3043
query_params : Query < PaginatedById > ,
3044
3044
) -> Result < HttpResponseOk < ResultsPage < views:: ConsoleSession > > , HttpError > ;
3045
3045
3046
- /// Expire all of user's tokens and sessions
3046
+ /// Delete all of user's tokens and sessions
3047
3047
#[ endpoint {
3048
3048
method = POST ,
3049
3049
path = "/v1/users/{user_id}/logout" ,
Original file line number Diff line number Diff line change 11493
11493
"tags": [
11494
11494
"silos"
11495
11495
],
11496
- "summary": "List user's device access tokens",
11496
+ "summary": "List user's access tokens",
11497
11497
"operationId": "user_token_list",
11498
11498
"parameters": [
11499
11499
{
11562
11562
"tags": [
11563
11563
"silos"
11564
11564
],
11565
- "summary": "Expire all of user's tokens and sessions",
11565
+ "summary": "Delete all of user's tokens and sessions",
11566
11566
"operationId": "user_logout",
11567
11567
"parameters": [
11568
11568
{
You can’t perform that action at this time.
0 commit comments