Changes to Get details for one skill

GET /agent/skills/{skillId}

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

Changed in 2 of the 12 revisions of this API.51716

  1. 8a22dc1800445153
  2. 970d68a5c55d213

What changed

  • 8a22dc1800445153See the full diff
    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • the response property error became optional for the status 404

      response-property-became-optional

    • removed the required property id from the response with the 200 status

      response-required-property-removed

    • removed the required property name from the response with the 200 status

      response-required-property-removed

    • removed the required property version from the response with the 200 status

      response-required-property-removed

    • removed the optional property allowed_tools from the response with the 200 status

      response-optional-property-removed

    • removed the optional property assessment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property author from the response with the 200 status

      response-optional-property-removed

    • removed the optional property capabilities_detail from the response with the 200 status

      response-optional-property-removed

    • removed the optional property description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property details from the response with the 404 status

      response-optional-property-removed

    • removed the optional property documentation from the response with the 200 status

      response-optional-property-removed

    • removed the optional property documentation_path from the response with the 200 status

      response-optional-property-removed

    • removed the optional property examples from the response with the 200 status

      response-optional-property-removed

    • removed the optional property has_documentation from the response with the 200 status

      response-optional-property-removed

    • removed the optional property input_modes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property output_modes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property performance from the response with the 200 status

      response-optional-property-removed

    • removed the optional property requirements from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tags from the response with the 200 status

      response-optional-property-removed

    • api operation id getSkillDetails removed and replaced with

      api-operation-id-removed

    • added SkillSummary subschema #2 to the response body allOf list for the response status 200

      response-body-all-of-added

    • added the optional property code to the response with the 404 status

      response-optional-property-added

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

  • 970d68a5c55d213See the full diff
    • removed the optional property inputSchema from the response with the 200 status

      response-optional-property-removed

    • removed the optional property outputSchema from the response with the 200 status

      response-optional-property-removed

    • added the optional property allowed_tools to the response with the 200 status

      response-optional-property-added

    • added the optional property assessment to the response with the 200 status

      response-optional-property-added

    • added the optional property author to the response with the 200 status

      response-optional-property-added

    • added the optional property capabilities_detail to the response with the 200 status

      response-optional-property-added

    • added the optional property documentation to the response with the 200 status

      response-optional-property-added

    • added the optional property documentation_path to the response with the 200 status

      response-optional-property-added

    • added the optional property examples to the response with the 200 status

      response-optional-property-added

    • added the optional property has_documentation to the response with the 200 status

      response-optional-property-added

    • added the optional property input_modes to the response with the 200 status

      response-optional-property-added

    • added the optional property output_modes to the response with the 200 status

      response-optional-property-added

    • added the optional property performance to the response with the 200 status

      response-optional-property-added

    • added the optional property requirements to the response with the 200 status

      response-optional-property-added

    • added the optional property tags to the response with the 200 status

      response-optional-property-added