From 34b2389b98fec33d09618b8906bd407b138ea936 Mon Sep 17 00:00:00 2001 From: Tom White <15668235+tomw1994991@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:47:00 +0100 Subject: [PATCH] SDK Token: Remove UUID format from application_id. --- schemas/sdk_token/definitions.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/schemas/sdk_token/definitions.yaml b/schemas/sdk_token/definitions.yaml index d57c4aef..8417fba9 100644 --- a/schemas/sdk_token/definitions.yaml +++ b/schemas/sdk_token/definitions.yaml @@ -12,7 +12,6 @@ sdk_token_request: description: The referrer URL pattern application_id: type: string - format: uuid description: The application ID (iOS or Android) cross_device_url: type: string