Skip to content

Commit e9707d0

Browse files
committed
add option to send back the recipients display name
1 parent e6f1e55 commit e9707d0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

spec.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,14 @@ paths:
4949
$ref: '#/definitions/NewShare'
5050
responses:
5151
'201':
52-
description: Consumer succesfully received the share.
52+
description: Consumer successfully received the share. The response might contain the display name of the recipient of the share for general user experience improvement
53+
schema:
54+
type: object
55+
properties:
56+
recipientDisplayName:
57+
type: string
58+
description: display name of the recipient
59+
example: John Doe
5360
'400':
5461
description: >
5562
Bad request due to invalid parameters, e.g. when `shareWith` is not

0 commit comments

Comments
 (0)