diff --git a/dist/compatible/openapi-3.0.yaml b/dist/compatible/openapi-3.0.yaml index aeb9960..db8955c 100644 --- a/dist/compatible/openapi-3.0.yaml +++ b/dist/compatible/openapi-3.0.yaml @@ -4362,9 +4362,8 @@ paths: example: false type: boolean disallowed_reply_options: - default: false - example: false - type: boolean + properties: {} + type: object media: properties: media_entities: @@ -4418,7 +4417,6 @@ paths: - media - semantic_annotation_ids - dark_request - - disallowed_reply_options type: object required: - queryId diff --git a/dist/compatible_discriminator/openapi-3.0.yaml b/dist/compatible_discriminator/openapi-3.0.yaml index b0f6efe..da44afe 100644 --- a/dist/compatible_discriminator/openapi-3.0.yaml +++ b/dist/compatible_discriminator/openapi-3.0.yaml @@ -4356,9 +4356,8 @@ paths: example: false type: boolean disallowed_reply_options: - default: false - example: false - type: boolean + properties: {} + type: object media: properties: media_entities: @@ -4412,7 +4411,6 @@ paths: - media - semantic_annotation_ids - dark_request - - disallowed_reply_options type: object required: - queryId diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index 8c6ddc3..542c00a 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -4468,9 +4468,8 @@ paths: example: false type: boolean disallowed_reply_options: - default: false - example: false - type: boolean + properties: {} + type: object media: properties: media_entities: @@ -4524,7 +4523,6 @@ paths: - media - semantic_annotation_ids - dark_request - - disallowed_reply_options type: object required: - queryId diff --git a/src/config/placeholder.json b/src/config/placeholder.json index d94dd9a..0d30da1 100644 --- a/src/config/placeholder.json +++ b/src/config/placeholder.json @@ -709,7 +709,7 @@ "exclude_reply_user_ids": [] }, "dark_request": false, - "disallowed_reply_options": false + "disallowed_reply_options?": {} }, "features": { "communities_web_enable_tweet_community_results_fetch": true,