Changes to Get node capabilities

GET /api/nodes/{id}/meta

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

Changed in 4 of the 36 revisions of this API.128

  1. d58cf9d6195b2
  2. 7464894ea58222
  3. a202861afa6413
  4. 82927cbcc9f71

What changed

    • removed the ADMIRAL_REQUIRED enum value from the code response property for the response status 401

      response-property-enum-value-removed

    • removed the ADMIRAL_REQUIRED enum value from the code response property for the response status 404

      response-property-enum-value-removed

    • added the new PAID_REQUIRED enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new PAID_REQUIRED enum value to the code response property for the response status 404

      response-property-enum-value-added

    • removed the PRO_REQUIRED enum value from the code response property for the response status 401

      response-property-enum-value-removed

    • removed the PRO_REQUIRED enum value from the code response property for the response status 404

      response-property-enum-value-removed

    • added the new path request parameter id

      new-request-path-parameter

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

    • endpoint added

      endpoint-added