You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.yaml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,14 @@ paths:
49
49
$ref: '#/definitions/NewShare'
50
50
responses:
51
51
'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
53
60
'400':
54
61
description: >
55
62
Bad request due to invalid parameters, e.g. when `shareWith` is not
0 commit comments