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: openapi/components/paths/invite.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,11 @@ paths:
234
234
operationId: respondInvite
235
235
security:
236
236
- authCookie: []
237
-
description: 'Respond to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.'
237
+
description: |-
238
+
Respond to an invite or invite request without accepting it. `:notificationId` is the ID of the requesting notification.
239
+
240
+
In case the notification being replied to is an invite, the `responseSlot` refers to a response message from the the `message` collection.
241
+
In case the notification is an invite request, it will refer to one from the `requestResponse` collection instead.
238
242
requestBody:
239
243
required: true
240
244
content:
@@ -259,7 +263,11 @@ paths:
259
263
operationId: respondInviteWithPhoto
260
264
security:
261
265
- authCookie: []
262
-
description: 'Respond with photo to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.'
266
+
description: |-
267
+
Respond with photo to an invite or invite request without accepting it. `:notificationId` is the ID of the requesting notification.
268
+
269
+
In case the notification being replied to is an invite, the `responseSlot` refers to a response message from the the `message` collection.
270
+
In case the notification is an invite request, it will refer to one from the `requestResponse` collection instead.'
0 commit comments