Changes to List tags

GET /tags

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

Changed in 1 of the 9 revisions of this API.5

  1. 8ccfb9a461e25

What changed

    • added the non-success response with the status 401

      response-non-success-status-added

    • the response property data became required for the status 200

      response-property-became-required

    • the response property data/items/id became required for the status 200

      response-property-became-required

    • the response property data/items/name became required for the status 200

      response-property-became-required

    • the data/items/id response's property pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ was added for the status 200

      response-property-pattern-added