|
2 | 2 | "openapi" : "3.0.0", |
3 | 3 | "info" : { |
4 | 4 | "description" : "X API v2 available endpoints", |
5 | | - "version" : "2.154", |
| 5 | + "version" : "2.155", |
6 | 6 | "title" : "X API v2", |
7 | 7 | "termsOfService" : "https://developer.x.com/en/developer-terms/agreement-and-policy.html", |
8 | 8 | "contact" : { |
|
710 | 710 | } |
711 | 711 | } |
712 | 712 | }, |
713 | | - "/2/ai_trends/{id}" : { |
714 | | - "get" : { |
715 | | - "security" : [ |
716 | | - { |
717 | | - "BearerToken" : [ ] |
718 | | - } |
719 | | - ], |
720 | | - "tags" : [ |
721 | | - "Trends" |
722 | | - ], |
723 | | - "summary" : "Get AI Trends by ID", |
724 | | - "description" : "Retrieves an AI trend by its ID.", |
725 | | - "operationId" : "getAiTrends", |
726 | | - "parameters" : [ |
727 | | - { |
728 | | - "name" : "id", |
729 | | - "in" : "path", |
730 | | - "description" : "The ID of the ai trend.", |
731 | | - "required" : true, |
732 | | - "example" : "119929381293", |
733 | | - "schema" : { |
734 | | - "$ref" : "#/components/schemas/AiTrendId" |
735 | | - }, |
736 | | - "style" : "simple" |
737 | | - }, |
738 | | - { |
739 | | - "$ref" : "#/components/parameters/NewsFieldsParameter" |
740 | | - } |
741 | | - ], |
742 | | - "responses" : { |
743 | | - "200" : { |
744 | | - "description" : "The request has succeeded.", |
745 | | - "content" : { |
746 | | - "application/json" : { |
747 | | - "schema" : { |
748 | | - "$ref" : "#/components/schemas/Get2AiTrendsIdResponse" |
749 | | - } |
750 | | - } |
751 | | - } |
752 | | - }, |
753 | | - "default" : { |
754 | | - "description" : "The request has failed.", |
755 | | - "content" : { |
756 | | - "application/json" : { |
757 | | - "schema" : { |
758 | | - "$ref" : "#/components/schemas/Error" |
759 | | - } |
760 | | - }, |
761 | | - "application/problem+json" : { |
762 | | - "schema" : { |
763 | | - "$ref" : "#/components/schemas/Problem" |
764 | | - } |
765 | | - } |
766 | | - } |
767 | | - } |
768 | | - } |
769 | | - } |
770 | | - }, |
771 | 713 | "/2/communities/search" : { |
772 | 714 | "get" : { |
773 | 715 | "security" : [ |
|
12575 | 12517 | "description" : "The sum of results returned in this response.", |
12576 | 12518 | "format" : "int32" |
12577 | 12519 | }, |
12578 | | - "AiTrendId" : { |
12579 | | - "type" : "string", |
12580 | | - "description" : "Unique identifier of ai trend.", |
12581 | | - "pattern" : "^[0-9]{1,19}$", |
12582 | | - "example" : "2244994945" |
12583 | | - }, |
12584 | 12520 | "AllProjectClientApps" : { |
12585 | 12521 | "type" : "array", |
12586 | 12522 | "description" : "Client App Rule Counts for all applications in the project", |
|
14099 | 14035 | } |
14100 | 14036 | ] |
14101 | 14037 | }, |
14102 | | - "Get2AiTrendsIdResponse" : { |
14103 | | - "type" : "object", |
14104 | | - "properties" : { |
14105 | | - "data" : { |
14106 | | - "$ref" : "#/components/schemas/News" |
14107 | | - }, |
14108 | | - "errors" : { |
14109 | | - "type" : "array", |
14110 | | - "minItems" : 1, |
14111 | | - "items" : { |
14112 | | - "$ref" : "#/components/schemas/Problem" |
14113 | | - } |
14114 | | - } |
14115 | | - } |
14116 | | - }, |
14117 | 14038 | "Get2CommunitiesIdResponse" : { |
14118 | 14039 | "type" : "object", |
14119 | 14040 | "properties" : { |
|
19764 | 19685 | "in_reply_to_tweet_id" |
19765 | 19686 | ], |
19766 | 19687 | "properties" : { |
| 19688 | + "auto_populate_reply_metadata" : { |
| 19689 | + "type" : "boolean", |
| 19690 | + "description" : "If set to true, reply metadata will be automatically populated." |
| 19691 | + }, |
19767 | 19692 | "exclude_reply_user_ids" : { |
19768 | 19693 | "type" : "array", |
19769 | 19694 | "description" : "A list of User Ids to be excluded from the reply Tweet.", |
|
0 commit comments