Changes to Delete Roster Entry

DELETE /api/v1/roster/{player_id}/{team_id}/{season}

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

Changed in 2 of the 11 revisions of this API.43

  1. 9b0abde08b0642
  2. 64853d21435b1

What changed

  • 9b0abde08b0642See the full diff
    • the header request parameter League became required

      request-parameter-became-required

    • the header request parameter x-api-key became required

      request-parameter-became-required

    • header request parameter League list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • header request parameter x-api-key list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • for the header request parameter League, the type was generalized from no type to string

      request-parameter-type-generalized

    • for the header request parameter x-api-key, the type was generalized from no type to string

      request-parameter-type-generalized

    • added the new optional query request parameter competition_id

      new-optional-request-parameter