Skip to content

Commit 5ae51b6

Browse files
authored
Remove obsolete feature: Audience Match (#80)
The Audience Match feature (/bot/ad/multicast/phone) was sunset in October 2023. This change removes it as it's no longer necessary to include it in line-openapi.
1 parent 491e118 commit 5ae51b6

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

messaging-api.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,25 +1738,6 @@ paths:
17381738
schema:
17391739
"$ref": "#/components/schemas/ErrorResponse"
17401740

1741-
"/bot/ad/multicast/phone":
1742-
post:
1743-
externalDocs:
1744-
url: https://developers.line.biz/en/reference/partner-docs/#phone-audience-match
1745-
tags:
1746-
- messaging-api
1747-
operationId: audienceMatch
1748-
description: "Send a message using phone number"
1749-
requestBody:
1750-
content:
1751-
application/json:
1752-
schema:
1753-
"$ref": "#/components/schemas/AudienceMatchMessagesRequest"
1754-
required: true
1755-
responses:
1756-
"200":
1757-
description: "OK"
1758-
# empty JSON response
1759-
17601741
"/v2/bot/message/delivery/pnp":
17611742
get:
17621743
externalDocs:
@@ -3445,30 +3426,6 @@ components:
34453426
description: "Message destination. Specify a phone number that has been normalized to E.164 format and hashed with SHA256."
34463427
notificationDisabled:
34473428
"$ref": "#/components/schemas/NotificationDisabled"
3448-
AudienceMatchMessagesRequest:
3449-
externalDocs:
3450-
url: https://developers.line.biz/en/reference/partner-docs/#phone-audience-match
3451-
required:
3452-
- messages
3453-
- to
3454-
type: object
3455-
properties:
3456-
messages:
3457-
description: "Destination of the message (A value obtained by hashing the telephone number, which is another value normalized to E.164 format, with SHA256)."
3458-
maxItems: 5
3459-
minItems: 1
3460-
type: array
3461-
items:
3462-
"$ref": "#/components/schemas/Message"
3463-
to:
3464-
description: "Message to send."
3465-
maxItems: 500
3466-
minItems: 1
3467-
type: array
3468-
items:
3469-
type: string
3470-
notificationDisabled:
3471-
"$ref": "#/components/schemas/NotificationDisabled"
34723429

34733430
# Message objects
34743431
Message:

0 commit comments

Comments
 (0)