From a6c2dc9c3d462cf075753d01eb5a8abe54693e3f Mon Sep 17 00:00:00 2001 From: chriskd Date: Tue, 12 Nov 2024 17:49:52 -0500 Subject: [PATCH] Add 'Tentative' to BirdwatchPivot visualStyle enum This visual style is set when a CallToAction is active for the BirdwatchPivot --- src/openapi/schemas/tweet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 9a4d865..534a468 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -667,7 +667,7 @@ components: type: string visualStyle: type: string - enum: [Default] + enum: [Default, Tentative] iconType: type: string enum: [BirdwatchV1Icon]