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 @@ -3087,7 +3087,7 @@ pub trait NexusExternalApi {
3087
3087
path_params : Path < params:: UserPath > ,
3088
3088
) -> Result < HttpResponseOk < views:: User > , HttpError > ;
3089
3089
3090
- /// List user's device access tokens
3090
+ /// List user's access tokens
3091
3091
#[ endpoint {
3092
3092
method = GET ,
3093
3093
path = "/v1/users/{user_id}/access-tokens" ,
@@ -3111,7 +3111,7 @@ pub trait NexusExternalApi {
3111
3111
query_params : Query < PaginatedById > ,
3112
3112
) -> Result < HttpResponseOk < ResultsPage < views:: ConsoleSession > > , HttpError > ;
3113
3113
3114
- /// Expire all of user's tokens and sessions
3114
+ /// Delete all of user's tokens and sessions
3115
3115
#[ endpoint {
3116
3116
method = POST ,
3117
3117
path = "/v1/users/{user_id}/logout" ,
Original file line number Diff line number Diff line change 11621
11621
"tags": [
11622
11622
"silos"
11623
11623
],
11624
- "summary": "List user's device access tokens",
11624
+ "summary": "List user's access tokens",
11625
11625
"operationId": "user_token_list",
11626
11626
"parameters": [
11627
11627
{
11690
11690
"tags": [
11691
11691
"silos"
11692
11692
],
11693
- "summary": "Expire all of user's tokens and sessions",
11693
+ "summary": "Delete all of user's tokens and sessions",
11694
11694
"operationId": "user_logout",
11695
11695
"parameters": [
11696
11696
{
You can’t perform that action at this time.
0 commit comments