Changes to Download a scenario

GET /scenarios/{app_id}/download

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

Changed in 9 of the 18 revisions of this API.4312

  1. 358e5609409b1
  2. 42a5a480092d15
  3. 6befde16ec1c2
  4. 331d925238991
  5. 77bcd6c895ba1
  6. dae88d8eb1ce1
  7. ea0ae3dcf9691
  8. f1a3e6959567131
  9. 8040d163caad1

What changed

    • api operation id download_scenario removed and replaced with download_scenario_scenarios__app_id__download_get

      api-operation-id-removed

    • the query request parameter file_type was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value csv to the query request parameter file_type

      request-parameter-enum-value-added

    • added the new enum value gdx to the query request parameter file_type

      request-parameter-enum-value-added

    • added the new enum value miroscen to the query request parameter file_type

      request-parameter-enum-value-added

    • added the new enum value xlsx to the query request parameter file_type

      request-parameter-enum-value-added

    • for the query request parameter file_type, the type/format was generalized from / to string/

      request-parameter-type-generalized

    • query request parameter owner list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • for the query request parameter owner, the type/format was generalized from string/ to /

      request-parameter-type-generalized

    • for the query request parameter name, the maxLength was decreased from 64 to 63

      request-parameter-max-length-decreased

    • for the query request parameter name, the maxLength was increased from 63 to 64

      request-parameter-max-length-increased

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • f1a3e6959567131See the full diff
    • removed the media type application/json for the response with the status 422

      response-media-type-removed

    • for the path request parameter app_id, the maxLength was set to 60

      request-parameter-max-length-set

    • for the query request parameter name, the maxLength was set to 63

      request-parameter-max-length-set

    • for the query request parameter owner, the maxLength was set to 70

      request-parameter-max-length-set

    • added the new optional query request parameter file_type

      new-optional-request-parameter

    • endpoint added

      endpoint-added