Skip to content

Commit d2f164c

Browse files
committed
Fix wrong descriptions
1 parent 1775a92 commit d2f164c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

messaging-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ components:
19741974
quoteToken:
19751975
type: string
19761976
description: |+
1977-
Quote token of the message. Only included when a message object that can be specified as a quote target was sent as a push message.
1977+
Quote token of the message. Only included when a message object that can be specified as a quote target was sent as a push or reply message.
19781978
PushMessageRequest:
19791979
externalDocs:
19801980
url: https://developers.line.biz/en/reference/messaging-api/#send-push-message

webhook.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ components:
260260
quoteToken:
261261
type: string
262262
description: |+
263-
Quote token of the message. Only included when a message object that can be specified as a quote target was sent as a push message.
263+
Quote token of the message. Only included when a message object that can be specified as a quote target was sent.
264264
quotedMessageId:
265265
type: string
266266
description: "Message ID of a quoted message. Only included when the received message quotes a past message."
@@ -351,7 +351,7 @@ components:
351351
quoteToken:
352352
type: string
353353
description: |+
354-
Quote token of the message. Only included when a message object that can be specified as a quote target was sent as a push message.
354+
Quote token of the message. Only included when a message object that can be specified as a quote target was sent.
355355
ImageSet:
356356
type: object
357357
properties:
@@ -387,7 +387,7 @@ components:
387387
quoteToken:
388388
type: string
389389
description: |+
390-
Quote token of the message. Only included when a message object that can be specified as a quote target was sent as a push message.
390+
Quote token of the message. Only included when a message object that can be specified as a quote target was sent.
391391
AudioMessageContent:
392392
allOf:
393393
- $ref: "#/components/schemas/MessageContent"
@@ -507,7 +507,7 @@ components:
507507
quoteToken:
508508
type: string
509509
description: |+
510-
Quote token of the message. Only included when a message object that can be specified as a quote target was sent as a push message.
510+
Quote token of the message. Only included when a message object that can be specified as a quote target was sent.
511511
quotedMessageId:
512512
type: string
513513
description: |+

0 commit comments

Comments
 (0)