From c155cb012acd0d312e0b3cd6b9527e63fe3992d7 Mon Sep 17 00:00:00 2001 From: Piedad Sanchez Date: Mon, 22 Dec 2025 14:19:43 +0100 Subject: [PATCH 1/2] Add examples for channelId/contactId --- spec/openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index 18d593b..d11ea27 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -10244,6 +10244,7 @@ components: type: array items: type: string + example: '+15553456783' channelTypes: type: array items: From c56834a7567383743c7ecd9f47f10c12b8a301fa Mon Sep 17 00:00:00 2001 From: Piedad Sanchez Date: Mon, 22 Dec 2025 14:32:36 +0100 Subject: [PATCH 2/2] Add examples for channelId/contactId --- spec/openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index d11ea27..a66cfb9 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -5085,6 +5085,7 @@ paths: schema: type: string format: uuid + example: '3fa85f64-5717-4562-b3fc-2c963f66afa6' responses: '204': description: Contact is deleted @@ -5124,6 +5125,7 @@ paths: schema: type: string format: uuid + example: '3fa85f64-5717-4562-b3fc-2c963f66afa6' requestBody: content: application/json: @@ -10028,6 +10030,7 @@ components: type: string description: List of contacts to add to the list in UUID format format: uuid + example: 025e93d3-051b-43f9-b12e-4b5842228dee contactsToRemoveIds: maxItems: 1000 minItems: 0 @@ -10036,6 +10039,7 @@ components: type: string description: List of contacts to remove from the list in UUID format format: uuid + example: 025e93d3-051b-43f9-b12e-4b5842228dee description: Contacts list update payload UpdateCustomFieldRequest: type: object @@ -10147,6 +10151,7 @@ components: items: type: string format: uuid + example: 025e93d3-051b-43f9-b12e-4b5842228dee alias: type: string name: @@ -10191,6 +10196,7 @@ components: items: type: string format: uuid + example: 025e93d3-051b-43f9-b12e-4b5842228dee label: type: string mergeTag: @@ -10240,6 +10246,7 @@ components: items: type: string format: uuid + example: 025e93d3-051b-43f9-b12e-4b5842228dee channelIds: type: array items: