From f31f9e7d807d3fadc60f2d96ae50ce923e225d21 Mon Sep 17 00:00:00 2001 From: Saikat Dey <saikat@dyte.io> Date: Mon, 15 Jan 2024 00:18:34 +0530 Subject: [PATCH] feat: Add example custom_participant_id in docs v2 --- static/api/v2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/static/api/v2.yaml b/static/api/v2.yaml index 27f372ee91..08ca8eaa46 100644 --- a/static/api/v2.yaml +++ b/static/api/v2.yaml @@ -5386,6 +5386,7 @@ components: custom_participant_id: type: string description: 'A unique participant ID. You must specify a unique ID for the participant, for example, UUID, email address, and so on. ' + example: swe-mary-4 required: - preset_name - custom_participant_id