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: dist/openapi.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2754,7 +2754,11 @@ paths:
2754
2754
operationId: respondInvite
2755
2755
security:
2756
2756
- authCookie: []
2757
-
description: Respond to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.
2757
+
description: |-
2758
+
Respond to an invite or invite request without accepting it. `:notificationId` is the ID of the requesting notification.
2759
+
2760
+
In case the notification being replied to is an invite, the `responseSlot` refers to a response message from the the `message` collection.
2761
+
In case the notification is an invite request, it will refer to one from the `requestResponse` collection instead.
2758
2762
requestBody:
2759
2763
required: true
2760
2764
content:
@@ -2784,7 +2788,11 @@ paths:
2784
2788
operationId: respondInviteWithPhoto
2785
2789
security:
2786
2790
- authCookie: []
2787
-
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.
2791
+
description: |-
2792
+
Respond with photo to an invite or invite request without accepting it. `:notificationId` is the ID of the requesting notification.
2793
+
2794
+
In case the notification being replied to is an invite, the `responseSlot` refers to a response message from the the `message` collection.
2795
+
In case the notification is an invite request, it will refer to one from the `requestResponse` collection instead.'
Copy file name to clipboardExpand all lines: openapi.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2754,7 +2754,11 @@ paths:
2754
2754
operationId: respondInvite
2755
2755
security:
2756
2756
- authCookie: []
2757
-
description: Respond to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.
2757
+
description: |-
2758
+
Respond to an invite or invite request without accepting it. `:notificationId` is the ID of the requesting notification.
2759
+
2760
+
In case the notification being replied to is an invite, the `responseSlot` refers to a response message from the the `message` collection.
2761
+
In case the notification is an invite request, it will refer to one from the `requestResponse` collection instead.
2758
2762
requestBody:
2759
2763
required: true
2760
2764
content:
@@ -2784,7 +2788,11 @@ paths:
2784
2788
operationId: respondInviteWithPhoto
2785
2789
security:
2786
2790
- authCookie: []
2787
-
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.
2791
+
description: |-
2792
+
Respond with photo to an invite or invite request without accepting it. `:notificationId` is the ID of the requesting notification.
2793
+
2794
+
In case the notification being replied to is an invite, the `responseSlot` refers to a response message from the the `message` collection.
2795
+
In case the notification is an invite request, it will refer to one from the `requestResponse` collection instead.'
0 commit comments