From f22da140f51ac2f1f6086857cde5ddd89931c7f1 Mon Sep 17 00:00:00 2001 From: Loi Le Date: Fri, 6 Feb 2026 12:16:05 +0700 Subject: [PATCH 1/4] [CMX-4498] - update docs: detail, insight --- spec/openapi.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index c7d6dc6..0f70d92 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -6170,6 +6170,14 @@ components: description: Filter results by source address. type: string example: "+61555555555" + sources: + description: Filter results by multiple source addresses. This property overrides the `source` parameter. + type: array + items: + type: string + example: + - "+61555555555" + - "+614987654321" destination: description: Filter results by destination address. type: string @@ -6430,10 +6438,26 @@ components: description: Filter results by source address. type: string example: "+61555555555" + sources: + description: Filter results by multiple source addresses. This property overrides the `source` parameter. + type: array + items: + type: string + example: + - "+61555555555" + - "+614987654321" destination: description: Filter results by destination address. type: string example: "+61555555555" + destinations: + description: Filter results by multiple destination addresses. This property overrides the `destination` parameter. + type: array + items: + type: string + example: + - "+61555555555" + - "+614987654321" metadata_key: description: Filter results for messages that include a metadata key. type: string From 8273b52500e4a93e069c29eecaf65cd7d9d4d330 Mon Sep 17 00:00:00 2001 From: Loi Le Date: Fri, 6 Feb 2026 14:15:02 +0700 Subject: [PATCH 2/4] [CMX-4498] - billing_category --- spec/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index 0f70d92..d2076e4 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -7629,6 +7629,10 @@ components: type: number description: The amount of messages received example: 1 + billing_category: + type: string + description: The billing category applied to this RCS message (e.g. RCS_BASIC, RCS_SINGLE, RCS_RICH, RCS_RICH_MEDIA). + example: RCS_BASIC message_type: $ref: '#/components/schemas/RichMessageType' metadata: From 1058bd79d99cac53b55ae463ca3a26956df3dc25 Mon Sep 17 00:00:00 2001 From: Loi Le Date: Fri, 6 Feb 2026 14:29:04 +0700 Subject: [PATCH 3/4] [CMX-4498] - billing_category --- spec/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index d2076e4..3b6632b 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -7631,7 +7631,7 @@ components: example: 1 billing_category: type: string - description: The billing category applied to this RCS message (e.g. RCS_BASIC, RCS_SINGLE, RCS_RICH, RCS_RICH_MEDIA). + description: The billing category applied to this RCS message (e.g. RCS_BASIC, RCS_SINGLE, RCS_RICH, RCS_RICH_MEDIA). Supported from 5/Feb/2026. This field is only available for messages sent on or after this date. example: RCS_BASIC message_type: $ref: '#/components/schemas/RichMessageType' From 8f867254af57a84f1ce7673d7ad95446fb4b680f Mon Sep 17 00:00:00 2001 From: Loi Le Date: Mon, 9 Feb 2026 09:34:38 +0700 Subject: [PATCH 4/4] [CMX-4498] - billing_category --- spec/openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index 3b6632b..42bde33 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -7630,8 +7630,9 @@ components: description: The amount of messages received example: 1 billing_category: + # TODO: Update docs on 5/Mar/2027 once 13 months of data are available. type: string - description: The billing category applied to this RCS message (e.g. RCS_BASIC, RCS_SINGLE, RCS_RICH, RCS_RICH_MEDIA). Supported from 5/Feb/2026. This field is only available for messages sent on or after this date. + description: The billing category applied to this RCS message (e.g. RCS_BASIC, RCS_SINGLE, RCS_RICH, RCS_RICH_MEDIA). Supported from 5/Feb/2026. This field is only available for RCS messages and only for messages sent on or after this date. example: RCS_BASIC message_type: $ref: '#/components/schemas/RichMessageType'