Changes to List KV namespaces

GET /storage/kvs

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

Changed in 3 of the 61 revisions of this API.414

  1. 1571b0380bd731
  2. 8f5f4e537994112
  3. eb02d7e7280b1

What changed

  • 1571b0380bd731See the full diff
    • the response property errors/items/code became optional for the status 401

      response-property-became-optional

    • the response property errors/items/title became optional for the status 401

      response-property-became-optional

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 401

      response-property-type-changed

    • added the optional property errors/items/meta/url to the response with the 401 status

      response-optional-property-added

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

  • 8f5f4e537994112See the full diff
    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 401

      response-property-type-changed

    • removed the optional property errors/items/meta/url from the response with the 401 status

      response-optional-property-removed

    • the response property errors/items/code became required for the status 401

      response-property-became-required

    • the response property errors/items/title became required for the status 401

      response-property-became-required

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

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed