File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2049320493 "classification" : {
2049420494 "$ref" : "#/components/schemas/NoteClassification"
2049520495 },
20496+ "is_media_note" : {
20497+ "type" : "boolean",
20498+ "description" : "Whether the note is a media note."
20499+ },
2049620500 "misleading_tags" : {
2049720501 "type" : "array",
2049820502 "items" : {
Original file line number Diff line number Diff line change 11---
22openapi : post /2/users/{id}/following
3- ---
4-
5- <Warning >
6- This endpoint requires an [ Enterprise plan] ( /enterprise-api/introduction ) . It is not available on self-serve (pay-per-use) tiers.
7- </Warning >
3+ ---
Original file line number Diff line number Diff line change 11---
22openapi : post /2/users/{id}/likes
3- ---
4-
5- <Warning >
6- This endpoint requires an [ Enterprise plan] ( /enterprise-api/introduction ) . It is not available on self-serve (pay-per-use) tiers.
7- </Warning >
3+ ---
Original file line number Diff line number Diff line change 11---
22openapi : delete /2/users/{source_user_id}/following/{target_user_id}
3- ---
4-
5- <Warning >
6- This endpoint requires an [ Enterprise plan] ( /enterprise-api/introduction ) . It is not available on self-serve (pay-per-use) tiers.
7- </Warning >
3+ ---
Original file line number Diff line number Diff line change 11---
22openapi : delete /2/users/{id}/likes/{tweet_id}
3- ---
4-
5- <Warning >
6- This endpoint requires an [ Enterprise plan] ( /enterprise-api/introduction ) . It is not available on self-serve (pay-per-use) tiers.
7- </Warning >
3+ ---
You can’t perform that action at this time.
0 commit comments