Skip to content

Commit 8cba340

Browse files
committed
Deploying to gh-pages from @ 801d07e 🚀
1 parent c7837df commit 8cba340

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

dist/openapi.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,11 @@ paths:
27542754
operationId: respondInvite
27552755
security:
27562756
- 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.
27582762
requestBody:
27592763
required: true
27602764
content:
@@ -2784,7 +2788,11 @@ paths:
27842788
operationId: respondInviteWithPhoto
27852789
security:
27862790
- 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.'
27882796
requestBody:
27892797
required: true
27902798
content:

openapi.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,11 @@ paths:
27542754
operationId: respondInvite
27552755
security:
27562756
- 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.
27582762
requestBody:
27592763
required: true
27602764
content:
@@ -2784,7 +2788,11 @@ paths:
27842788
operationId: respondInviteWithPhoto
27852789
security:
27862790
- 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.'
27882796
requestBody:
27892797
required: true
27902798
content:

0 commit comments

Comments
 (0)