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

  1. 6e7669d364f623

What changed

  • 6e7669d364f623See the full diff
    • added the pattern ^\d+$ to the path request parameter id

      request-parameter-pattern-added

    • the response property allOf[subschema #2]/data/items/created_at became optional for the status 200

      response-property-became-optional

    • added the optional property allOf[subschema #2]/data/items/display_text_range to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/quoted_tweet to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/items/view_count to the response with the 200 status

      response-optional-property-added