Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10129,6 +10129,16 @@
"description": "The date and time that this user was deleted, if applicable.",
"readOnly": true,
"format": "date-time"
},
"invitedBy": {
"allOf": [
{
"$ref": "#/components/schemas/User"
}
],
"nullable": true,
"description": "The user that invited this user, if they were invited. Only included in responses to admin users.",
"readOnly": true
}
}
},
Expand Down
7 changes: 7 additions & 0 deletions spec3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7190,6 +7190,13 @@ components:
description: The date and time that this user was deleted, if applicable.
readOnly: true
format: date-time
invitedBy:
allOf:
- "$ref": "#/components/schemas/User"
nullable: true
description: The user that invited this user, if they were invited. Only
included in responses to admin users.
readOnly: true
Invite:
type: object
properties:
Expand Down
Loading