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 {
30193019 path_params : Path < params:: UserPath > ,
30203020 ) -> Result < HttpResponseOk < views:: User > , HttpError > ;
30213021
3022- /// List user's device access tokens
3022+ /// List user's access tokens
30233023 #[ endpoint {
30243024 method = GET ,
30253025 path = "/v1/users/{user_id}/access-tokens" ,
@@ -3043,7 +3043,7 @@ pub trait NexusExternalApi {
30433043 query_params : Query < PaginatedById > ,
30443044 ) -> Result < HttpResponseOk < ResultsPage < views:: ConsoleSession > > , HttpError > ;
30453045
3046- /// Expire all of user's tokens and sessions
3046+ /// Delete all of user's tokens and sessions
30473047 #[ endpoint {
30483048 method = POST ,
30493049 path = "/v1/users/{user_id}/logout" ,
Original file line number Diff line number Diff line change 1149311493 "tags": [
1149411494 "silos"
1149511495 ],
11496- "summary": "List user's device access tokens",
11496+ "summary": "List user's access tokens",
1149711497 "operationId": "user_token_list",
1149811498 "parameters": [
1149911499 {
1156211562 "tags": [
1156311563 "silos"
1156411564 ],
11565- "summary": "Expire all of user's tokens and sessions",
11565+ "summary": "Delete all of user's tokens and sessions",
1156611566 "operationId": "user_logout",
1156711567 "parameters": [
1156811568 {
You can’t perform that action at this time.
0 commit comments