Changes to Get a broadcast round

GET /api/broadcast/{broadcastTournamentSlug}/{broadcastRoundSlug}/{broadcastRoundId}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 8 revisions of this API.212

  1. c5ccdaeee7c411
  2. 29f066e5ebda11
  3. 853ccd422a191

What changed

  • c5ccdaeee7c411See the full diff
    • removed the required property round/createdAt from the response with the 200 status

      response-required-property-removed

    • removed the optional property round/delay from the response with the 200 status

      response-optional-property-removed

  • 29f066e5ebda11See the full diff
    • the response property round/rated became optional for the status 200

      response-property-became-optional

    • response property round/finished deprecated

      response-property-deprecated

    • the endpoint scheme security OAuth2 was added to the API

      api-security-added