Changes to GET /v1/communities/:id/tweets
GET /v1/communities/{id}/tweets
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 2 revisions of this API.23
What changed
- ▲
added the pattern
^\d+$to thepathrequest parameteridrequest-parameter-pattern-added
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame optional for the status200response-property-became-optional
- ○
added the optional property
allOf[subschema #2]/data/items/display_text_rangeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/items/quoted_tweetto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/items/view_countto the response with the200statusresponse-optional-property-added
- ▲