diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index c76d32d..ab03dcb 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -680,7 +680,6 @@ components: $ref: "#/components/schemas/BirdwatchEntity" BirdwatchPivotCallToAction: - # {'prompt': 'Do you find this helpful?', 'title': 'Rate it', 'destinationUrl': 'https://twitter.com/i/birdwatch/n/1710821689636934115'} required: - "prompt" - "title" @@ -906,10 +905,11 @@ components: type: string enum: - "limited_replies" - - "community_tweet_non_member_public_community" - "non_compliant" - "dynamic_product_ad" - "stale_tweet" + - "community_tweet_non_member_public_community" + - "community_tweet_non_member_closed_community" place: additionalProperties: true # todo diff --git a/src/openapi/schemas/user.yaml b/src/openapi/schemas/user.yaml index 67eb29e..89755af 100644 --- a/src/openapi/schemas/user.yaml +++ b/src/openapi/schemas/user.yaml @@ -356,3 +356,5 @@ components: $ref: "./typename.yaml#/components/schemas/TypeName" # UserUnavailable reason: type: string + message: + type: string