Changes to GET /v1/telemetry/logs

GET /v1/telemetry/logs

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

Changed in 4 of the 46 revisions of this API.25

  1. dc1b3c9e3b2a12
  2. 6b03e553fa2e1
  3. 1f786c78e4682
  4. a09036acdbe91

What changed

  • dc1b3c9e3b2a12See the full diff
    • the query request parameter direction was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value asc to the query request parameter direction

      request-parameter-enum-value-added

    • added the new enum value desc to the query request parameter direction

      request-parameter-enum-value-added

    • added the new required query request parameter direction

      new-required-request-parameter

    • the query request parameter trace_ids became optional

      request-parameter-became-optional

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • endpoint added

      endpoint-added