Skip to content

Commit

Permalink
Merge pull request #1148 from MyParcelCOM/revert-1147-feature/MP-7072…
Browse files Browse the repository at this point in the history
…-last-login-user-attribute

Revert "MP-7072 Last login user attribute"
  • Loading branch information
yoan-myparcel authored Jan 8, 2025
2 parents 5f2fe59 + eca87de commit aafed05
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
17 changes: 0 additions & 17 deletions specification/paths/Users.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@
"schema": {
"type": "string"
}
},
{
"$ref": "#/components/parameters/query-filter-created_at-date_from"
},
{
"$ref": "#/components/parameters/query-filter-created_at-date_to"
},
{
"name": "filter[last_login_before]",
"in": "query",
"description": "Date string in ISO 8601 format or unix timestamp. Only resources created at >= this date will be in the response.",
"schema": {
"type": [
"string",
"number"
]
}
}
],
"responses": {
Expand Down
3 changes: 0 additions & 3 deletions specification/schemas/users/User.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
},
"created_at": {
"$ref": "#/components/schemas/Timestamp"
},
"last_login": {
"$ref": "#/components/schemas/Timestamp"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions specification/schemas/users/UserResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"locale",
"status",
"has_mfa_enabled",
"created_at",
"last_login"
"created_at"
]
},
"links": {
Expand Down

0 comments on commit aafed05

Please sign in to comment.