Skip to content

Commit 023cc24

Browse files
committed
Fix the location of markAsReadToken in webhook
1 parent 15398cd commit 023cc24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

webhook.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ components:
202202
properties:
203203
replyToken:
204204
type: string
205-
markAsReadToken:
206-
type: string
207-
description: "Token used to mark the message as read"
208205
message:
209206
$ref: "#/components/schemas/MessageContent"
210207

@@ -222,6 +219,10 @@ components:
222219
id:
223220
type: string
224221
description: "Message ID"
222+
markAsReadToken:
223+
type: string
224+
description: |+
225+
Token used to mark the message as read.
225226
discriminator:
226227
propertyName: type
227228
mapping:

0 commit comments

Comments
 (0)