1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-12 08:00:27 +01:00

Add 'Tentative' to BirdwatchPivot visualStyle enum

This visual style is set when a CallToAction is active for the BirdwatchPivot
This commit is contained in:
chriskd 2024-11-12 17:49:52 -05:00
parent 20658f5989
commit a6c2dc9c3d

View file

@ -667,7 +667,7 @@ components:
type: string type: string
visualStyle: visualStyle:
type: string type: string
enum: [Default] enum: [Default, Tentative]
iconType: iconType:
type: string type: string
enum: [BirdwatchV1Icon] enum: [BirdwatchV1Icon]