Skip to content
Prev Previous commit
Next Next commit
Add name and email to invites/accept request
  • Loading branch information
ishank011 committed Apr 27, 2020
commit 98e8e4d9847d979a45a9ba8b09ce1dd0482492d6
16 changes: 12 additions & 4 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,10 +564,6 @@ definitions:
type: object
allOf:
- properties:
userID:
type: string
description: Unique ID to identify the user at the remote provider accepting the invite.
example: 9303
recipientProvider:
type: string
format: url
Expand All @@ -577,3 +573,15 @@ definitions:
type: string
description: Token received in the invite
example: xyz
userID:
type: string
description: Unique ID to identify the user at the remote provider accepting the invite.
example: 9303
email:
type: string
description: Email ID of the user accepting the invite.
example: [email protected]
name:
type: string
description: Name of the user accepting the invite.
example: Richard Feynman