Changes to List exporters

GET /v2/_/exporters

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

Changed in 3 of the 53 revisions of this API.128

  1. a7dd5bee437d17
  2. 2945092328b92
  3. bb7a9c0b2a631

What changed

  • a7dd5bee437d17See the full diff
    • the cursor response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the optional property cursor/next to the response with the 200 status

      response-optional-property-added

    • added the optional property cursor/previous to the response with the 200 status

      response-optional-property-added

    • removed V2ExportersCursorResponse subschema #2 from the cursor response property allOf list for the response status 200

      response-property-all-of-removed

    • the response property cursor became required for the status 200

      response-property-became-required

    • added the required property cursor/data to the response with the 200 status

      response-required-property-added

    • added the required property cursor/hasMore to the response with the 200 status

      response-required-property-added

    • added the required property cursor/pageSize to the response with the 200 status

      response-required-property-added

    • added the new SCHEMA_ALREADY_EXISTS enum value to the errorCode response property for the response status default

      response-property-enum-value-added

    • added the new SCHEMA_NOT_SPECIFIED enum value to the errorCode response property for the response status default

      response-property-enum-value-added

    • endpoint added

      endpoint-added