Skip to content

Commit

Permalink
add option to send back the recipients display name
Browse files Browse the repository at this point in the history
  • Loading branch information
schiessle committed Jun 13, 2018
1 parent e6f1e55 commit e9707d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@ paths:
$ref: '#/definitions/NewShare'
responses:
'201':
description: Consumer succesfully received the share.
description: Consumer successfully received the share. The response might contain the display name of the recipient of the share for general user experience improvement
schema:
type: object
properties:
recipientDisplayName:
type: string
description: display name of the recipient
example: John Doe
'400':
description: >
Bad request due to invalid parameters, e.g. when `shareWith` is not
Expand Down

0 comments on commit e9707d0

Please sign in to comment.