Changes to Get trace annotations filtered by trace_ids and/or identifier.

GET /v1/projects/{project_identifier}/trace_annotations

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

Changed in 2 of the 70 revisions of this API.415

  1. 4c3ecf13cbaa5
  2. c81391216eb541

What changed

    • added the new optional query request parameter identifier

      new-optional-request-parameter

    • the query request parameter trace_ids became optional

      request-parameter-became-optional

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

      request-parameter-list-of-types-widened

    • for the query request parameter trace_ids, the minItems was decreased from 1 to 0

      request-parameter-min-items-decreased

    • for the query request parameter trace_ids, the type/format was generalized from array/ to /

      request-parameter-type-generalized

  • c81391216eb541See the full diff
    • the query request parameter trace_ids became required

      request-parameter-became-required

    • query request parameter trace_ids list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • for the query request parameter trace_ids, the minItems was increased from 0 to 1

      request-parameter-min-items-increased

    • for the query request parameter trace_ids, the type/format was changed from / to array/

      request-parameter-type-changed

    • deleted the query request parameter identifier

      request-parameter-removed

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