Skip to content

Commit

Permalink
Upd: Add lastVisited field to organisation admin
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Oct 21, 2023
1 parent 65475ba commit 8706db0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2514,6 +2514,9 @@ paths:
avatarImageUrl:
type: string
description: Avatar image Url
lastVisited:
type: string
description: Last visited date time
description: ''
'400':
description: bad input parameter
Expand Down
4 changes: 4 additions & 0 deletions openapi/v2023.8.2/definitions/OrganisationAdmin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ properties:
avatarImageUrl:
type: string
description: "Avatar image Url"

lastVisited:
type: string
description: "Last visited date time"

0 comments on commit 8706db0

Please sign in to comment.