Skip to content

Commit

Permalink
update api.raml
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Sep 19, 2024
1 parent 57216e9 commit fd5ca9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,23 @@ types:
description: A server-side error occurred.
body:
type: Error
/update-last-login:
put:
description: Update the last login timestamp of a user based on their employee ID.
responses:
200:
description: Successfully updated the last login time.
body:
application/json:
example: |
{
"employee_id": "f6bf51f2-4ccc-4d85-8f75-02132c67af27",
"last_login_utc": "2024-09-18T12:34:56Z"
}
404:
description: Not found. The user with the specified `employeeId` was not found.
500:
description: Server error. Failed to update the last login time.
/mfa:
get:
description: Get a list of configured MFA devices for user
Expand Down

0 comments on commit fd5ca9e

Please sign in to comment.